* i386.md (cosxf2): Fix conditional.

From-SVN: r63105
This commit is contained in:
Jan Hubicka 2003-02-19 14:25:32 +01:00 committed by Jan Hubicka
parent f4c07fbf58
commit 9e889775d4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Feb 19 14:22:42 CET 2003 Jan Hubicka <jh@suse.cz>
* i386.md (cosxf2): Fix conditional.
2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (extendqisi2): Change to an expander.

View File

@ -15417,7 +15417,7 @@
(define_insn "cosxf2"
[(set (match_operand:XF 0 "register_operand" "=f")
(unspec:XF [(match_operand:XF 1 "register_operand" "0")] UNSPEC_COS))]
"! TARGET_NO_FANCY_MATH_387 && TARGET_80387
"!TARGET_64BIT && ! TARGET_NO_FANCY_MATH_387 && TARGET_80387
&& flag_unsafe_math_optimizations"
"fcos"
[(set_attr "type" "fpspc")