From 0fb7bc22502b6eee63002f4866bd99e687d0d3af Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 17 Sep 2006 21:12:39 +0000 Subject: [PATCH] Fixed the type of the visit number [r8265] --- ir/opt/condeval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/opt/condeval.c b/ir/opt/condeval.c index f59106919..31ce040bb 100644 --- a/ir/opt/condeval.c +++ b/ir/opt/condeval.c @@ -209,7 +209,7 @@ typedef struct _condeval_env_t { ir_node *true_block; pn_Cmp pnc; ir_node *cnst; - int visited_nr; + unsigned long visited_nr; ir_node *cnst_pred; /**< the block before the constant */ int cnst_pos; /**< the pos to the constant block (needed to kill that edge later) */ -- 2.20.1