X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fboolopt.c;h=45226ee27e3d547b6f34ada40558c6bff895f67e;hb=b27ae245166bb695bc4e418ff416d91bc37d0f28;hp=0e5cb3ea0ae013a1340af1426c4109298bec111c;hpb=d9ec75963ce563880933460c5cdba520ae22f3e1;p=libfirm diff --git a/ir/opt/boolopt.c b/ir/opt/boolopt.c index 0e5cb3ea0..45226ee27 100644 --- a/ir/opt/boolopt.c +++ b/ir/opt/boolopt.c @@ -738,10 +738,8 @@ void opt_bool(ir_graph *const irg) irg_block_walk_graph(irg, NULL, find_cf_and_or_walker, &env); if (env.changed) { - set_irg_outs_inconsistent(irg); set_irg_doms_inconsistent(irg); set_irg_extblk_inconsistent(irg); - set_irg_loopinfo_inconsistent(irg); } ir_free_resources(irg, IR_RESOURCE_BLOCK_MARK | IR_RESOURCE_PHI_LIST);