new_Block should not set curr_block too
authorMatthias Braun <matze@braunis.de>
Sat, 13 Dec 2008 17:58:30 +0000 (17:58 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 13 Dec 2008 17:58:30 +0000 (17:58 +0000)
[r24610]

ir/ir/ircons.c

index 48c293f..43b73c8 100644 (file)
@@ -1774,7 +1774,6 @@ new_d_Block(dbg_info *db, int arity, ir_node **in) {
                }
 
        if (!has_unknown) res = optimize_node(res);
-       current_ir_graph->current_block = res;
 
        IRN_VRFY_IRG(res, current_ir_graph);