From: Matthias Braun Date: Sat, 13 Dec 2008 17:58:30 +0000 (+0000) Subject: new_Block should not set curr_block too X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2b0a93426e68b8f15010db771595b9f6238df094;p=libfirm new_Block should not set curr_block too [r24610] --- diff --git a/ir/ir/ircons.c b/ir/ir/ircons.c index 48c293f95..43b73c87f 100644 --- a/ir/ir/ircons.c +++ b/ir/ir/ircons.c @@ -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);