Commit 9e889775 by Jan Hubicka Committed by Jan Hubicka

* i386.md (cosxf2): Fix conditional.

From-SVN: r63105
parent f4c07fbf
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.
......
......@@ -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")
......
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