Bugfixed liveness info computation
authorDaniel Grund <grund@cs.uni-saarland.de>
Thu, 16 Mar 2006 09:33:02 +0000 (09:33 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Thu, 16 Mar 2006 09:33:02 +0000 (09:33 +0000)
ir/be/bessadestr.c

index 07e3bdc..622beb0 100644 (file)
@@ -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