Fixed liveness in loops an phi functions.
[libfirm] / ir / be / bemain.c
index 2a7e926..6855617 100644 (file)
 #include "belistsched.h"
 #include "belive_t.h"
 #include "beutil.h"
-#include "bephicongr_t.h"
 #include "bechordal.h"
 #include "bechordal.h"
 #include "bephiopt.h"
 #include "phistat.h"
 
-#undef DUMP_ALLOCATED
+#define DUMP_ALLOCATED
 #undef DUMP_LOCALIZED
 
 #define N_PHASES 256
@@ -124,9 +123,9 @@ static void be_main_loop(void)
                be_ra_chordal(irg);
 
 #ifdef DUMP_ALLOCATED
-               dump_allocated_irg(irg);
+               dump_allocated_irg(irg, "");
 #endif
-               be_phi_opt(irg);
+               //be_phi_opt(irg);
 
                be_ra_chordal_done(irg);
                be_numbering_done(irg);