- lower MemPerms into a series of pushs and pops
[libfirm] / ir / be / bemain.c
index 4ee7aa4..fee4d4b 100644 (file)
@@ -543,6 +543,8 @@ static void be_main_loop(FILE *file_handle)
                arch_code_generator_finish(birg.cg);
                BE_TIMER_POP(t_finish);
 
+               dump(DUMP_FINAL, irg, "-finish", dump_ir_block_graph_sched);
+
                /* check schedule */
                BE_TIMER_PUSH(t_verify);
                be_sched_vrfy(birg.irg, vrfy_option);