From: Michael Beck Date: Thu, 18 May 2006 11:53:08 +0000 (+0000) Subject: used new assure_*() functions X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=55b12e415678b47a992362dbd20fa6819055c30e;p=libfirm used new assure_*() functions [r7753] --- 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);