X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=testprograms%2Fmemory_example.c;h=ff09a90c23696c8676e84c5d2e6a2f8b886a864d;hb=0c46d8a67f5d277abed82aa1f6ddf75456c4b337;hp=12758257ee32626b635bb47d8413d959500dca64;hpb=2cd57a8b25d2cf8c34a1ee05bc2198a57ffdc0fc;p=libfirm diff --git a/testprograms/memory_example.c b/testprograms/memory_example.c index 12758257e..ff09a90c2 100644 --- a/testprograms/memory_example.c +++ b/testprograms/memory_example.c @@ -98,11 +98,11 @@ main(void) new_entity(get_glob_type(),new_id_from_chars("VAR_B",6),prim_t_int)); /* set VAR_A and VAR_B to constant values */ set_store (new_Proj (new_Store (get_store (), a, - new_Const (mode_Iu, new_tarval_from_long (0, mode_Is))), + new_Const (mode_Iu, new_tarval_from_long (0, mode_Iu))), mode_M, 0)); set_store (new_Proj (new_Store (get_store (), b, - new_Const (mode_Iu, new_tarval_from_long (1, mode_Is))), + new_Const (mode_Iu, new_tarval_from_long (1, mode_Iu))), mode_M, 0)); /* finish this first block */ @@ -130,7 +130,7 @@ main(void) 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_Iu)), x), mode_b, pn_Cmp_Gt));