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:
parent
1f944e8874
commit
7dd8ecf0d6
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user