temporary disabled lea->add transformation
[libfirm] / ir / be / ia32 / bearch_ia32.c
index 3a0e2e1..dfe974f 100644 (file)
@@ -600,7 +600,7 @@ insert_copy:
                ia32_transform_sub_to_neg_add(irn, cg);
 
                /* transform a LEA into an Add if possible */
-               ia32_transform_lea_to_add(irn, cg);
+               //ia32_transform_lea_to_add(irn, cg);
        }
 end: