reuse is_switch_Cond function
[libfirm] / ir / lower / lower_mode_b.c
index 1c3dce6..da33983 100644 (file)
@@ -457,10 +457,8 @@ void ir_lower_mode_b(ir_graph *irg, const lower_mode_b_config_t *nconfig)
        ir_free_resources(irg, IR_RESOURCE_IRN_LINK);
 
        if (changed) {
-               set_irg_outs_inconsistent(irg);
                /* lowering might create new blocks, so be sure to handle this */
                set_irg_extblk_inconsistent(irg);
                set_irg_doms_inconsistent(irg);
-               set_irg_loopinfo_inconsistent(irg);
        }
 }