Fixed warning because of wrong type.
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 27 Dec 2010 22:29:27 +0000 (22:29 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 27 Dec 2010 22:29:27 +0000 (22:29 +0000)
[r28198]

ir/opt/jumpthreading.c

index 006ea44..c6120ee 100644 (file)
@@ -628,7 +628,7 @@ static void thread_jumps(ir_node* block, void* data)
        const ir_edge_t *edge, *next;
        ir_graph *irg;
        ir_node *bad;
-       size_t   cnst_pos;
+       int      cnst_pos;
 
        if (get_Block_n_cfgpreds(block) != 1)
                return;