From a36ddf0aa9db5c1086e04f56b5f077b761712eb5 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 24 Dec 2019 16:11:33 -0800 Subject: Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 --- llvm/test/CodeGen/SPARC/exception.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/SPARC/exception.ll') 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 } -- cgit v1.2.3