summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sqrt-fastmath.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-22 21:28:54 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-22 21:28:54 +0000
commit80075c482c474c39bd06402550211c314c178404 (patch)
tree86bd85d1a52292fd98f49358b5a12885c451f3bf /test/CodeGen/X86/sqrt-fastmath.ll
parentcec45be796b88ed99b98411d31bd2ca6dd0fb876 (diff)
downloadllvm-80075c482c474c39bd06402550211c314c178404.tar.gz
llvm-80075c482c474c39bd06402550211c314c178404.tar.bz2
llvm-80075c482c474c39bd06402550211c314c178404.tar.xz
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/X86/sqrt-fastmath.ll')
-rw-r--r--test/CodeGen/X86/sqrt-fastmath.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/sqrt-fastmath.ll b/test/CodeGen/X86/sqrt-fastmath.ll
index 9b5179efa4..fc79e31e72 100644
--- a/test/CodeGen/X86/sqrt-fastmath.ll
+++ b/test/CodeGen/X86/sqrt-fastmath.ll
@@ -55,6 +55,6 @@ entry:
; Function Attrs: nounwind readnone
declare x86_fp80 @__sqrtl_finite(x86_fp80) #1
-attributes #0 = { nounwind readnone uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
-attributes #1 = { nounwind readnone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
+attributes #0 = { nounwind readnone uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
+attributes #1 = { nounwind readnone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
attributes #2 = { nounwind readnone }