From 50a41fcab6770711476f8b6977479c68131932e0 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Thu, 16 Mar 2006 09:33:02 +0000 Subject: [PATCH] Bugfixed liveness info computation --- ir/be/bessadestr.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1