X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Floop_unrolling.c;h=b7623c63f150feb38216debeedf48a1fb673995c;hb=f1a1a6092d9e4ebd9e22dd1c57d76ef8aeda74fc;hp=564d44a6471f7cd38bdbb145f947eed18eca14d4;hpb=673489bae4253f33b938457f5957e238b8340e1b;p=libfirm diff --git a/ir/opt/loop_unrolling.c b/ir/opt/loop_unrolling.c index 564d44a64..b7623c63f 100644 --- a/ir/opt/loop_unrolling.c +++ b/ir/opt/loop_unrolling.c @@ -952,7 +952,7 @@ void optimize_loop_unrolling(ir_graph *irg /* unroll factor, max body size */) compute_doms(irg); /* Call algorithm that computes the out edges */ - compute_outs(irg); + compute_irg_outs(irg); collect_phiprojs(irg);