cleanup
[libfirm] / ir / opt / boolopt.c
index 0e5cb3e..45226ee 100644 (file)
@@ -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);