X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firdom.c;h=9f8bb72792e6efe32d158ace1c461a0d0e0631d3;hb=3c4872fdbca09b88b377417d58981c6e518313b4;hp=48dc1a7b62f0c22010e3dc81989d8e5c57c132de;hpb=015e2a875f18451d80102dbddef22cc536e440a4;p=libfirm diff --git a/ir/ana/irdom.c b/ir/ana/irdom.c index 48dc1a7b6..9f8bb7279 100644 --- a/ir/ana/irdom.c +++ b/ir/ana/irdom.c @@ -300,7 +300,7 @@ void compute_doms(ir_graph *irg) { /* We need the out datastructure. */ if (current_ir_graph->outs_state != outs_consistent) - compute_outs(current_ir_graph); + compute_irg_outs(current_ir_graph); /* this with a standard walker as passing the parent to the sons isn't simple. */