aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-17 21:58:10 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-17 21:58:10 -0800
commit4c42167f82b8f466ec05fe17389b4d5b5742793d (patch)
treeb44d14caf3f92be56caa257b2c31953278e896cd
parentec683aa19afffb272d01ca2917f413dd526f43cb (diff)
fix alignment in test
-rw-r--r--tests/cases/inttoptr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cases/inttoptr.ll b/tests/cases/inttoptr.ll
index 7510ea6c..c70904c8 100644
--- a/tests/cases/inttoptr.ll
+++ b/tests/cases/inttoptr.ll
@@ -13,7 +13,7 @@ entry:
%retval = alloca i32 ; [#uses=2]
%0 = alloca i32 ; [#uses=2]
%"alloca point" = bitcast i32 0 to i32 ; [#uses=0]
- %sz.i7 = inttoptr i32 55 to i32* ; [#uses=1 type=i32*]
+ %sz.i7 = inttoptr i32 64 to i32* ; [#uses=1 type=i32*]
store i32 184, i32* %sz.i7, align 8, !tbaa !1610
%0 = call i32 bitcast (i32 (i8*)* @puts to i32 (i32*)*)(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0)) ; [#uses=0]
ret i32 0