diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/win64_vararg.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/win64_vararg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/win64_vararg.ll b/llvm/test/CodeGen/AArch64/win64_vararg.ll index 38775f2874f..23e2591048d 100644 --- a/llvm/test/CodeGen/AArch64/win64_vararg.ll +++ b/llvm/test/CodeGen/AArch64/win64_vararg.ll @@ -147,7 +147,7 @@ define i32 @fp(i8*, i64, i8*, ...) local_unnamed_addr #6 { ret i32 %12 } -attributes #6 = { "no-frame-pointer-elim"="true" } +attributes #6 = { "frame-pointer"="all" } ; CHECK-LABEL: vla ; CHECK: stp x29, x30, [sp, #-112]! |