diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/epilogue-cfi-fp.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/epilogue-cfi-fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/epilogue-cfi-fp.ll b/llvm/test/CodeGen/X86/epilogue-cfi-fp.ll index 9ccedb97fc9..972db676c52 100644 --- a/llvm/test/CodeGen/X86/epilogue-cfi-fp.ll +++ b/llvm/test/CodeGen/X86/epilogue-cfi-fp.ll @@ -25,5 +25,5 @@ entry: ret i32 0 } -attributes #0 = { "no-frame-pointer-elim"="true" } +attributes #0 = { "frame-pointer"="all" } |