diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll b/test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll index 6f0ec34..491433c 100644 --- a/test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll +++ b/test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll @@ -5,7 +5,7 @@ define void @foo(i64 %val) { ; instruction that can handle that. ; CHECK: stur x0, [sp, #20] %a = alloca [49 x i32], align 4 - %p32 = getelementptr inbounds [49 x i32]* %a, i64 0, i64 2 + %p32 = getelementptr inbounds [49 x i32], [49 x i32]* %a, i64 0, i64 2 %p = bitcast i32* %p32 to i64* store i64 %val, i64* %p, align 8 ret void |