Changed to the new infrastructure
[libfirm] / ir / be / bemain.c
index 58a02ef..867a1a2 100644 (file)
@@ -178,8 +178,8 @@ static void be_main_loop(void)
                        DBG((env.dbg, LEVEL_1, "----> Reg class: %s\n", cls->name));
 
                        /* spilling */
-                       //be_spill_ilp(&session, cls);
-                       be_spill_belady(&session, cls);
+                       be_spill_ilp(&session, cls);
+                       //be_spill_belady(&session, cls);
 #ifdef DUMP_SPILL
                        dump_ir_block_graph_sched(session.irg, "-spill");
 #endif