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:
Uros Bizjak 2004-12-10 08:05:15 +01:00 committed by Uros Bizjak
parent af99a0b024
commit fdf97ad1fd
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"