Changed to the new infrastructure
[libfirm] / ir / be / bemain.c
index 4ee7be9..867a1a2 100644 (file)
 #include "benode_t.h"
 #include "beirgmod.h"
 #include "bespillilp.h"
+#include "bespillbelady.h"
 
 #include "beasm_dump_globals.h"
 #include "beasm_asm_gnu.h"
 
 #undef DUMP_BEGIN
 #undef DUMP_PREPARED
-#undef DUMP_SPILL
-#undef DUMP_SCHED
+#define DUMP_SCHED
+#define DUMP_SPILL
 #undef DUMP_ALLOCATED
 #undef DUMP_COPYMIN
 #undef DUMP_SSADESTR
@@ -178,6 +179,7 @@ static void be_main_loop(void)
 
                        /* spilling */
                        be_spill_ilp(&session, cls);
+                       //be_spill_belady(&session, cls);
 #ifdef DUMP_SPILL
                        dump_ir_block_graph_sched(session.irg, "-spill");
 #endif