Set the outs to inconsistent at the end of transform_irg().
[libfirm] / ir / lower / lower_calls.c
index d77b69f..713e325 100644 (file)
@@ -673,6 +673,8 @@ static void transform_irg(const lower_params_t *lp, ir_graph *irg)
 
   pmap_destroy(env.dummy_map);
   obstack_free(&env.obst, NULL);
+
+  set_irg_outs_inconsistent(irg);
 }
 
 /**