Deactivated Load/Store Optimization again:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Sep 2004 08:46:06 +0000 (08:46 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 15 Sep 2004 08:46:06 +0000 (08:46 +0000)
- must compare the mode's
- must check for exceptions

[r3865]

ir/ir/iropt.c

index 06957f9..5b8f003 100644 (file)
@@ -1044,8 +1044,8 @@ static ir_op *firm_set_default_equivalent_node(ir_op *op)
   CASE(And);
   CASE(Conv);
   CASE(Phi);
-  CASE(Load);          /* dangerous */
-  CASE(Store);         /* dangerous, see todo */
+//  CASE(Load);                /* dangerous */
+//  CASE(Store);               /* dangerous, see todo */
   CASE(Proj);
   CASE(Id);
   default: