X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcfopt.c;h=1b2f156cfa8539157eb0513cfa0e11c66e9ac046;hb=8c89e7f37d59bcdcc21d680e1430c712c344938d;hp=c6cf887706180aeebccafe8dc6a126659da16ae4;hpb=55f02bfc0126664a2707baa5ff319f11cb450833;p=libfirm diff --git a/ir/opt/cfopt.c b/ir/opt/cfopt.c index c6cf88770..1b2f156cf 100644 --- a/ir/opt/cfopt.c +++ b/ir/opt/cfopt.c @@ -615,8 +615,7 @@ void optimize_cf(ir_graph *irg) { assert(get_irg_phase_state(irg) != phase_building); if (get_irg_outs_state(current_ir_graph) == outs_consistent) set_irg_outs_inconsistent(current_ir_graph); - if (get_irg_dom_state(current_ir_graph) == dom_consistent) - set_irg_dom_inconsistent(current_ir_graph); + set_irg_doms_inconsistent(current_ir_graph); if (dom_state == dom_consistent && get_opt_optimize() && get_opt_unreachable_code()) { ir_node *end = get_irg_end(irg);