Fixed the type of the visit number
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 17 Sep 2006 21:12:39 +0000 (21:12 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 17 Sep 2006 21:12:39 +0000 (21:12 +0000)
[r8265]

ir/opt/condeval.c

index f591069..31ce040 100644 (file)
@@ -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) */