diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-08-22 21:28:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-08-22 21:28:54 +0000 |
commit | 80075c482c474c39bd06402550211c314c178404 (patch) | |
tree | 86bd85d1a52292fd98f49358b5a12885c451f3bf /test/CodeGen/PowerPC/frameaddr.ll | |
parent | cec45be796b88ed99b98411d31bd2ca6dd0fb876 (diff) | |
download | external_llvm-80075c482c474c39bd06402550211c314c178404.zip external_llvm-80075c482c474c39bd06402550211c314c178404.tar.gz external_llvm-80075c482c474c39bd06402550211c314c178404.tar.bz2 |
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'false'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/frameaddr.ll')
-rw-r--r-- | test/CodeGen/PowerPC/frameaddr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/frameaddr.ll b/test/CodeGen/PowerPC/frameaddr.ll index eabd4a6..4480273 100644 --- a/test/CodeGen/PowerPC/frameaddr.ll +++ b/test/CodeGen/PowerPC/frameaddr.ll @@ -40,8 +40,8 @@ declare void @use(i8*) declare i8* @llvm.frameaddress(i32) #2 -attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } attributes #1 = { noreturn nounwind } attributes #2 = { nounwind readnone } -attributes #3 = { nounwind naked "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #3 = { nounwind naked "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } |