- representing the 3-state visibility (default,local,external) with 2 bits was
[libfirm] / ir / opt / code_placement.c
index b4de6a6..1eea766 100644 (file)
@@ -527,6 +527,7 @@ void place_code(ir_graph *irg)
 
        /* Handle graph state */
        assert(get_irg_phase_state(irg) != phase_building);
+       assure_irg_outs(irg);
        assure_doms(irg);
 
        if (1 || get_irg_loopinfo_state(irg) != loopinfo_consistent) {