This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ARM] Fix type of cmpsf_trap_vfp


I think the type of cmpsf_trap_vfp should be fcmps instead of fcmpd. This patch fixes it. OK?


-- Jie Zhang CodeSourcery
	* config/arm/vfp.md (cmpsf_trap_vfp): Change type from
	fcmpd to fcmps.

Index: config/arm/vfp.md
===================================================================
--- config/arm/vfp.md	(revision 164143)
+++ config/arm/vfp.md	(working copy)
@@ -1103,7 +1103,7 @@ (define_insn "*cmpsf_trap_vfp"
    fcmpes%?\\t%0, %1
    fcmpezs%?\\t%0"
   [(set_attr "predicable" "yes")
-   (set_attr "type" "fcmpd")]
+   (set_attr "type" "fcmps")]
 )
 
 (define_insn "*cmpdf_vfp"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]