diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll b/llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll index f6d6bd3ed6f..a0b72581a6c 100644 --- a/llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll +++ b/llvm/test/CodeGen/X86/2014-08-29-CompactUnwind.ll @@ -43,4 +43,4 @@ print_shadow_bytes.exit.i: ; preds = %print_shadow_bytes.exit.i, %0 declare void @append(i64*, i8*, ...) -attributes #0 = { "no-frame-pointer-elim"="false" } +attributes #0 = { "frame-pointer"="none" } |