X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flower%2Flower_mux.c;h=5bf06de184a168899586ed04069ffc6e76042add;hb=8057f671ea7f286a27e40bfe1aa45d85e0990cbe;hp=a1517f355d6205a893eee1b1759e3f254312ad22;hpb=4b295e5bec7e358e114e2585b1d16f33a11559a0;p=libfirm diff --git a/ir/lower/lower_mux.c b/ir/lower/lower_mux.c index a1517f355..5bf06de18 100644 --- a/ir/lower/lower_mux.c +++ b/ir/lower/lower_mux.c @@ -21,7 +21,6 @@ * @file * @brief Replaces Mux nodes with control-flow * @author Olaf Liebe - * @version $Id$ */ #include "config.h" @@ -137,8 +136,7 @@ void lower_mux(ir_graph *irg, lower_mux_callback *cb_func) /* Cleanup, verify the graph. */ ir_free_resources(irg, resources); - clear_irg_state(irg, IR_GRAPH_STATE_CONSISTENT_DOMINANCE - | IR_GRAPH_STATE_VALID_EXTENDED_BLOCKS); + clear_irg_properties(irg, IR_GRAPH_PROPERTY_CONSISTENT_DOMINANCE); } DEL_ARR_F(env.muxes); }