summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/exception.ll
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-12-24 16:11:33 -0800
committerFangrui Song <maskray@google.com>2019-12-24 16:27:51 -0800
commita36ddf0aa9db5c1086e04f56b5f077b761712eb5 (patch)
tree0d68816791b56be8e0954ecfbb961136d044f857 /llvm/test/CodeGen/SPARC/exception.ll
parenteb16435b5e5df68d2410bbe4c08ef8ce8aa8b2f4 (diff)
downloadbcm5719-llvm-a36ddf0aa9db5c1086e04f56b5f077b761712eb5.tar.gz
bcm5719-llvm-a36ddf0aa9db5c1086e04f56b5f077b761712eb5.zip
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351
Diffstat (limited to 'llvm/test/CodeGen/SPARC/exception.ll')
-rw-r--r--llvm/test/CodeGen/SPARC/exception.ll2
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 }
OpenPOWER on IntegriCloud