X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Fwhile_example.c;h=1991fa7d02d1ddf2b6c368df88ef46f2a0a6b1e6;hb=375ed64a6ca155d467bba1c44e5b635f82102c37;hp=b9040cb98649ef10d69890a6d5cf0cbafc23b9a8;hpb=dddcc630819f338c3b45e2bc646233e6872d5bb6;p=libfirm diff --git a/testprograms/while_example.c b/testprograms/while_example.c index b9040cb98..1991fa7d0 100644 --- a/testprograms/while_example.c +++ b/testprograms/while_example.c @@ -85,7 +85,7 @@ main(void) add_immBlock_pred (r, x); x = new_Cond (new_Proj(new_Cmp(new_Const (mode_Is, new_tarval_from_long (0, mode_Is)), get_value(1, mode_Is)), - mode_b, Eq)); + mode_b, pn_Cmp_Eq)); f = new_Proj (x, mode_X, 0); t = new_Proj (x, mode_X, 1);