X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbessadestr.c;h=ca00cc59c64e4db58be60c9f475343e227571152;hb=7ac90687a76ac7f73c98dca2881b641f2f77ed55;hp=622beb0b3d293c22ae082e94b6c54aa41415bf7e;hpb=50a41fcab6770711476f8b6977479c68131932e0;p=libfirm diff --git a/ir/be/bessadestr.c b/ir/be/bessadestr.c index 622beb0b3..ca00cc59c 100644 --- a/ir/be/bessadestr.c +++ b/ir/be/bessadestr.c @@ -305,7 +305,7 @@ void be_ssa_destruction(be_chordal_env_t *chordal_env) { DBG((dbg, LEVEL_1, "Placing perms...\n")); irg_block_walk_graph(irg, insert_all_perms_walker, NULL, chordal_env); #ifdef DUMP_GRAPHS - dump_ir_block_graph_sched(irg, "-ssa_destr_perms_placed"); + be_dump(irg, "-ssa_destr_perms_placed", dump_ir_block_graph_sched); #endif be_liveness(irg); @@ -313,7 +313,7 @@ void be_ssa_destruction(be_chordal_env_t *chordal_env) { DBG((dbg, LEVEL_1, "Setting regs and placing dupls...\n")); irg_block_walk_graph(irg, set_regs_or_place_dupls_walker, NULL, chordal_env); #ifdef DUMP_GRAPHS - dump_ir_block_graph_sched(irg, "-ssa_destr_regs_set"); + be_dump(irg, "-ssa_destr_regs_set", dump_ir_block_graph_sched); #endif pmap_destroy(perm_map);