fix missing else
[libfirm] / ir / opt / boolopt.c
index 3e633bb..45226ee 100644 (file)
@@ -740,7 +740,6 @@ void opt_bool(ir_graph *const irg)
        if (env.changed) {
                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);