added dump after be lowering
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 9 Jan 2006 16:29:18 +0000 (16:29 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 9 Jan 2006 16:29:18 +0000 (16:29 +0000)
ir/be/bechordal_main.c

index c44fbe2..47108e5 100644 (file)
@@ -292,6 +292,7 @@ static void be_ra_chordal_main(const be_main_env_t *main_env, ir_graph *irg)
        }
 
        lower_perms(&chordal_env, options.lower_perm_method == BE_CH_LOWER_PERM_COPY ? 1 : 0);
+       dump(BE_CH_DUMP_LOWER, irg, "-belower", dump_ir_block_graph_sched);
 
        be_free_dominance_frontiers(chordal_env.dom_front);
        obstack_free(&chordal_env.obst, NULL);