X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fjumpthreading.c;h=c6120eebb4f3b16ecadc8532db7f9d9c63ddbc70;hb=3398ae4a8b3cbf66cb0b274ddcd85a2ea863ece1;hp=006ea443416e4b0f2223fae3e17c72d18a8a7e6b;hpb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;p=libfirm diff --git a/ir/opt/jumpthreading.c b/ir/opt/jumpthreading.c index 006ea4434..c6120eebb 100644 --- a/ir/opt/jumpthreading.c +++ b/ir/opt/jumpthreading.c @@ -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;