Fixed liveness in loops an phi functions.
[libfirm] / ir / be / bemain.c
index 4cc5396..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,7 +123,7 @@ 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);