i386.md (*cmpfp_sf): Change type attribute to "multi".
* config/i386/i386.md (*cmpfp_sf): Change type attribute to "multi". From-SVN: r91988
This commit is contained in:
parent
af99a0b024
commit
fdf97ad1fd
|
@ -1,3 +1,8 @@
|
|||
2004-12-10 Uros Bizjak <uros@kss-loka.si>
|
||||
|
||||
* config/i386/i386.md (*cmpfp_sf): Change type
|
||||
attribute to "multi".
|
||||
|
||||
2004-12-09 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR c/18282
|
||||
|
|
|
@ -845,7 +845,7 @@
|
|||
UNSPEC_FNSTSW))]
|
||||
"TARGET_80387"
|
||||
"* return output_fp_compare (insn, operands, 0, 0);"
|
||||
[(set_attr "type" "fcmp")
|
||||
[(set_attr "type" "multi")
|
||||
(set_attr "mode" "SF")])
|
||||
|
||||
(define_insn "*cmpfp_df"
|
||||
|
|
Loading…
Reference in New Issue