Revert "PowerPC64 ELFv2 ABI: cases for in-register parameter passing, return values...
[mono.git] / mono / mini / decompose.c
index 30679ad41fc10be0acf5daadb3af494b01a32111..f29e913acf91e5849479f9e12d74514ffa68c1df 100644 (file)
@@ -1225,13 +1225,6 @@ mono_decompose_vtype_opts (MonoCompile *cfg)
                        restart = FALSE;
 
                        for (ins = bb->code; ins; ins = ins->next) {
-
-#ifdef MONO_ARCH_HAVE_DECOMPOSE_VTYPE_OPTS
-                               // Try the architecture specific vtype decomposition first.  If that handles the
-                               // decomposition for this instruction, then nothing more needs to be done here.
-                               if (!mono_arch_decompose_vtype_opts (cfg, ins, bb))
-#endif
-
                                switch (ins->opcode) {
                                case OP_VMOVE: {
                                        src_var = get_vreg_to_inst (cfg, ins->sreg1);