From: Matthias Braun Date: Sun, 7 Oct 2007 17:43:58 +0000 (+0000) Subject: CF backedges are enough for us X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d25bd3febac36d03801aad0fabf57be6b8371932;p=libfirm CF backedges are enough for us [r16118] --- diff --git a/ir/ir/irgopt.c b/ir/ir/irgopt.c index 46f9bad70..8599f3908 100644 --- a/ir/ir/irgopt.c +++ b/ir/ir/irgopt.c @@ -2195,7 +2195,7 @@ void place_code(ir_graph *irg) { if (1 || get_irg_loopinfo_state(irg) != loopinfo_consistent) { free_loop_information(irg); - construct_backedges(irg); + construct_cf_backedges(irg); } /* Place all floating nodes as early as possible. This guarantees