Set the outs to inconsistent at the end of transform_irg().
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 20:41:54 +0000 (20:41 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 25 Oct 2007 20:41:54 +0000 (20:41 +0000)
[r16359]

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);
 }
 
 /**