From bc3b05d36dcfe7a9414e99e437741f779d4b27ec Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Thu, 11 Apr 2002 13:49:28 +0000 Subject: [PATCH] *** empty log message *** [r346] --- ir/ir/ircons.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/ir/ircons.c b/ir/ir/ircons.c index ec7aa3ca4..014d8b0de 100644 --- a/ir/ir/ircons.c +++ b/ir/ir/ircons.c @@ -28,7 +28,7 @@ /* memset belongs to string.h */ # include "string.h" -# include "exc.h" +/* # include "exc.h" */ #if USE_EXPLICIT_PHI_IN_STACK /* A stack needed for the automatic Phi node construction in constructor @@ -55,7 +55,7 @@ new_r_Block (ir_graph *irg, int arity, ir_node **in) set_Block_matured(res, 1); set_Block_block_visited(res, 0); - res->attr.block.exc = exc_invalid; + // res->attr.block.exc = exc_invalid; irn_vrfy (res); return res; @@ -1756,7 +1756,7 @@ ir_node *new_immBlock (void) { res = new_ir_node (current_ir_graph, NULL, op_Block, mode_R, -1, NULL); current_ir_graph->current_block = res; res->attr.block.matured = 0; - res->attr.block.exc = exc_invalid; + // res->attr.block.exc = exc_invalid; set_Block_block_visited(res, 0); /* Create and initialize array for Phi-node construction. */ -- 2.20.1