Reduce attributes.
authorBill Wendling <isanbard@gmail.com>
Mon, 6 May 2013 20:57:23 +0000 (20:57 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 6 May 2013 20:57:23 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181245 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fp-elim-and-no-fp-elim.ll

index be550366286df0a4d7642720cae8fbbaa15ed35e..3468a457e95f6fbbd9f1591b6a929e7ab50f018c 100644 (file)
@@ -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" }