X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Firr_loop_example.c;h=485881e37a118f5d26945ea8bc136638d2bbd857;hb=6ed168c29789db8edf25c87f2da9164c49a5512c;hp=f7546c1dd0fb01abb7b27f94492970624b6e1709;hpb=67e3ef5e7088c2254daeb2a72e0950bef6ca0256;p=libfirm diff --git a/testprograms/irr_loop_example.c b/testprograms/irr_loop_example.c index f7546c1dd..485881e37 100644 --- a/testprograms/irr_loop_example.c +++ b/testprograms/irr_loop_example.c @@ -76,10 +76,10 @@ int main(int argc, char **argv) irg = new_ir_graph (ent, NUM_OF_LOCAL_VARS); /* to make three conditionals */ - expr = new_Const (mode_i, tarval_from_long (mode_i, 0)); - c1 = new_Const (mode_i, tarval_from_long (mode_i, 1)); - c2 = new_Const (mode_i, tarval_from_long (mode_i, 2)); - c3 = new_Const (mode_i, tarval_from_long (mode_i, 2)); + expr = new_Const (mode_Is, tarval_from_long (mode_Is, 0)); + c1 = new_Const (mode_Is, tarval_from_long (mode_Is, 1)); + c2 = new_Const (mode_Is, tarval_from_long (mode_Is, 2)); + c3 = new_Const (mode_Is, tarval_from_long (mode_Is, 2)); cond = new_Cond(new_Proj(new_Cmp(expr, c1), mode_b, Eq)); f = new_Proj(cond, mode_X, 0);