diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/exception.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/exception.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/exception.ll b/llvm/test/CodeGen/SPARC/exception.ll index f112328346d..42a9c1fdd8b 100644 --- a/llvm/test/CodeGen/SPARC/exception.ll +++ b/llvm/test/CodeGen/SPARC/exception.ll @@ -151,7 +151,7 @@ declare i32 @puts(i8* nocapture readonly) #1 declare i32 @__gxx_personality_v0(i32, i64, i8*, i8*) -attributes #0 = { "no-frame-pointer-elim-non-leaf"="false" } +attributes #0 = { "frame-pointer"="none" } attributes #1 = { nounwind } attributes #2 = { noreturn } attributes #3 = { nounwind readnone } |