From 55b12e415678b47a992362dbd20fa6819055c30e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 18 May 2006 11:53:08 +0000 Subject: [PATCH] used new assure_*() functions [r7753] --- ir/opt/loop_unrolling.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/opt/loop_unrolling.c b/ir/opt/loop_unrolling.c index 851461dbb..97c381721 100644 --- a/ir/opt/loop_unrolling.c +++ b/ir/opt/loop_unrolling.c @@ -949,10 +949,10 @@ void optimize_loop_unrolling(ir_graph *irg /* unroll factor, max body size */) // construct_cf_backedges(irg); /* Call algorithm that computes the dominator trees. */ - compute_doms(irg); + assure_doms(irg); /* Call algorithm that computes the out edges */ - compute_irg_outs(irg); + assure_irg_outs(irg); collect_phiprojs(irg); -- 2.20.1