[llvm] r181245 - Reduce attributes.
Bill Wendling
isanbard at gmail.com
Mon May 6 13:57:23 PDT 2013
Author: void
Date: Mon May 6 15:57:23 2013
New Revision: 181245
URL: http://llvm.org/viewvc/llvm-project?rev=181245&view=rev
Log:
Reduce attributes.
Modified:
llvm/trunk/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
Modified: llvm/trunk/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll?rev=181245&r1=181244&r2=181245&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll Mon May 6 15:57:23 2013
@@ -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" }
More information about the llvm-commits
mailing list