X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fstrength_red.c;h=565a9f4649ad9b4b40d3b1300cde2b1ddcc082fd;hb=f1a1a6092d9e4ebd9e22dd1c57d76ef8aeda74fc;hp=5489098f8675cf29852ec6c143b73debd2806cd5;hpb=473ce801ac8b8a59af8fad122675806298de108a;p=libfirm diff --git a/ir/opt/strength_red.c b/ir/opt/strength_red.c index 5489098f8..565a9f464 100644 --- a/ir/opt/strength_red.c +++ b/ir/opt/strength_red.c @@ -573,7 +573,7 @@ void reduce_strength(ir_graph *irg) { /* Call algorithm that computes the dominator trees. */ compute_doms(irg); /* Call algorithm that computes the out edges */ - compute_outs(irg); + compute_irg_outs(irg); /* -- Search expressions that can be optimized -- */ irg_walk_graph(irg, NULL, reduce_itervar, NULL);