diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/push-cfi-obj.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/push-cfi-obj.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/push-cfi-obj.ll b/llvm/test/CodeGen/X86/push-cfi-obj.ll index aca5803cbd6..4b608ef94d8 100644 --- a/llvm/test/CodeGen/X86/push-cfi-obj.ll +++ b/llvm/test/CodeGen/X86/push-cfi-obj.ll @@ -42,4 +42,4 @@ cleanup: ret void } -attributes #0 = { optsize "no-frame-pointer-elim"="true" } +attributes #0 = { optsize "frame-pointer"="all" } |