X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fif_while_example.c;h=7cfaa96cbadf213ac2996ddf42a4e95e9083d259;hb=53b76abebcd071c7c25a7c17b5d0cdcb7772cb64;hp=a88b65deea203ee6d25d45240abcd5abdae349f9;hpb=93f9343ae9622722eff588321e818cc4972bcdd7;p=libfirm diff --git a/testprograms/if_while_example.c b/testprograms/if_while_example.c index a88b65dee..7cfaa96cb 100644 --- a/testprograms/if_while_example.c +++ b/testprograms/if_while_example.c @@ -95,8 +95,8 @@ main(void) /* generate a block for the loop header and the conditional branch */ r = new_immBlock (); add_immBlock_pred (r, x); - x = new_Cond (new_Proj(new_Cmp(new_Const (mode_Iu, new_tarval_from_long (0, mode_Is)), - new_Const (mode_Iu, new_tarval_from_long (0, mode_Is))), + x = new_Cond (new_Proj(new_Cmp(new_Const (mode_Iu, new_tarval_from_long (0, mode_Iu)), + new_Const (mode_Iu, new_tarval_from_long (0, mode_Iu))), mode_b, pn_Cmp_Eq)); f = new_Proj (x, mode_X, 0); t = new_Proj (x, mode_X, 1);