From 2b0a93426e68b8f15010db771595b9f6238df094 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 13 Dec 2008 17:58:30 +0000 Subject: [PATCH] new_Block should not set curr_block too [r24610] --- ir/ir/ircons.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1