diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-05-06 20:57:23 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-05-06 20:57:23 +0000 |
commit | d87dceb8d63a15531d775b02a0fb854178931e99 (patch) | |
tree | fb61985d91ba652c0c723191a144b863687321b5 | |
parent | 7098ae2fee5d89a6e95ff391a9efa78c4a6c8703 (diff) |
Reduce attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181245 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/fp-elim-and-no-fp-elim.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll b/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll index be55036628..3468a457e9 100644 --- a/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll +++ b/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll @@ -28,5 +28,5 @@ entry: declare void @foo(float, float) -attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "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 #1 = { nounwind ssp uwtable "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 = { "no-frame-pointer-elim"="true" } +attributes #1 = { "no-frame-pointer-elim"="false" } |