removed faulty ooptimizations: Int does not work.
authorFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Tue, 29 Mar 2005 13:28:28 +0000 (13:28 +0000)
committerFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Tue, 29 Mar 2005 13:28:28 +0000 (13:28 +0000)
[r5476]

ir/ir/iropt.c

index 694ff91..324be19 100644 (file)
@@ -1749,7 +1749,7 @@ static ir_node *transform_node_Proj(ir_node *proj)
     return proj;
 
   case iro_Cmp:
-    if (get_opt_reassociation()) {
+    if (0 && get_opt_reassociation()) {
       ir_node *left  = get_Cmp_left(n);
       ir_node *right = get_Cmp_right(n);
       ir_node *c     = NULL;