From d25bd3febac36d03801aad0fabf57be6b8371932 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 7 Oct 2007 17:43:58 +0000 Subject: [PATCH] CF backedges are enough for us [r16118] --- ir/ir/irgopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1