vfp.md (cmpsf_trap_vfp): Change type from fcmpd to fcmps.

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

From-SVN: r164310
This commit is contained in:
Jie Zhang 2010-09-15 14:58:48 +00:00 committed by Jie Zhang
parent 1f944e8874
commit 7dd8ecf0d6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-15 Jie Zhang <jie@codesourcery.com>
* config/arm/vfp.md (cmpsf_trap_vfp): Change type from
fcmpd to fcmps.
2010-09-15 Ian Lance Taylor <iant@google.com>
* config/i386/i386.md (truncxf<mode>2): Fix indentation.

View File

@ -1103,7 +1103,7 @@
fcmpes%?\\t%0, %1
fcmpezs%?\\t%0"
[(set_attr "predicable" "yes")
(set_attr "type" "fcmpd")]
(set_attr "type" "fcmps")]
)
(define_insn "*cmpdf_vfp"