From: Daniel Grund Date: Thu, 16 Mar 2006 09:33:02 +0000 (+0000) Subject: Bugfixed liveness info computation X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=50a41fcab6770711476f8b6977479c68131932e0;p=libfirm Bugfixed liveness info computation --- diff --git a/ir/be/bessadestr.c b/ir/be/bessadestr.c index 07e3bdc1b..622beb0b3 100644 --- a/ir/be/bessadestr.c +++ b/ir/be/bessadestr.c @@ -308,6 +308,8 @@ void be_ssa_destruction(be_chordal_env_t *chordal_env) { dump_ir_block_graph_sched(irg, "-ssa_destr_perms_placed"); #endif + be_liveness(irg); + 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