removed call to my funcs. had to check in but couldn't test
authorDaniel Grund <grund@cs.uni-saarland.de>
Sat, 15 Jan 2005 02:03:14 +0000 (02:03 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Sat, 15 Jan 2005 02:03:14 +0000 (02:03 +0000)
ir/be/bemain.c

index 2a7e926..4cc5396 100644 (file)
@@ -126,7 +126,7 @@ static void be_main_loop(void)
 #ifdef DUMP_ALLOCATED
                dump_allocated_irg(irg);
 #endif
-               be_phi_opt(irg);
+               //be_phi_opt(irg);
 
                be_ra_chordal_done(irg);
                be_numbering_done(irg);