Commit b8f06586 by Richard Henderson Committed by Richard Henderson

* config/i386/i386.md (smaxsf3): Fix mnemonic typo.

From-SVN: r94086
parent eabd294f
2005-01-22 Richard Henderson <rth@redhat.com>
* config/i386/i386.md (smaxsf3): Fix mnemonic typo.
* config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.
2005-01-22 Richard Henderson <rth@redhat.com>
......
......@@ -17630,7 +17630,7 @@
(smax:SF (match_operand:SF 1 "nonimmediate_operand" "%0")
(match_operand:SF 2 "nonimmediate_operand" "xm")))]
"TARGET_SSE_MATH"
"minss\t{%2, %0|%0, %2}"
"maxss\t{%2, %0|%0, %2}"
[(set_attr "type" "sseadd")
(set_attr "mode" "SF")])
......
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