diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-big-stack.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-big-stack.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-big-stack.ll b/test/CodeGen/AArch64/arm64-big-stack.ll index 3f91bb3c2..c9acbc5 100644 --- a/test/CodeGen/AArch64/arm64-big-stack.ll +++ b/test/CodeGen/AArch64/arm64-big-stack.ll @@ -13,7 +13,7 @@ target triple = "arm64-apple-macosx10" define void @foo() nounwind ssp { entry: %buffer = alloca [33554432 x i8], align 1 - %arraydecay = getelementptr inbounds [33554432 x i8]* %buffer, i64 0, i64 0 + %arraydecay = getelementptr inbounds [33554432 x i8], [33554432 x i8]* %buffer, i64 0, i64 0 call void @doit(i8* %arraydecay) nounwind ret void } |