X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fstrength_red.c;h=73e896aff886f36aa76d73a7612f6780fb35d666;hb=ff0e8d7fcb34481652f0bf521ba04b1eca5e2106;hp=a2155cfcb2d1b0f16e80c5fc6e76df98fcdda5a6;hpb=421e6e10c6cc98ade95167db91059f335497add8;p=libfirm diff --git a/ir/opt/strength_red.c b/ir/opt/strength_red.c index a2155cfcb..73e896aff 100644 --- a/ir/opt/strength_red.c +++ b/ir/opt/strength_red.c @@ -664,9 +664,9 @@ void reduce_strength(ir_graph *irg) { /* Call algorithm that computes the backedges */ 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); /* -- Search expressions that can be optimized -- */ irg_walk_graph(irg, NULL, reduce_itervar, NULL);