Commit 7dd8ecf0 by Jie Zhang Committed by Jie Zhang

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
parent 1f944e88
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment