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

From-SVN: r94086
This commit is contained in:
Richard Henderson 2005-01-22 14:59:33 -08:00 committed by Richard Henderson
parent eabd294f38
commit b8f0658696
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
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>

View file

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