used new assure_*() functions
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 May 2006 11:53:08 +0000 (11:53 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 May 2006 11:53:08 +0000 (11:53 +0000)
[r7753]

ir/opt/loop_unrolling.c

index 851461d..97c3817 100644 (file)
@@ -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);