From: Michael Beck Date: Sun, 17 Sep 2006 21:12:39 +0000 (+0000) Subject: Fixed the type of the visit number X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0fb7bc22502b6eee63002f4866bd99e687d0d3af;p=libfirm Fixed the type of the visit number [r8265] --- 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) */