* config/i386/i386.md (smaxsf3): Fix mnemonic typo.
authorRichard Henderson <rth@redhat.com>
Sat, 22 Jan 2005 22:59:33 +0000 (14:59 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 22 Jan 2005 22:59:33 +0000 (14:59 -0800)
From-SVN: r94086

gcc/ChangeLog
gcc/config/i386/i386.md

index 29a1c6fd4311571765a01c2e58de50f02a295a0d..263364d5f9e39a55fd296ce502470046c7573f14 100644 (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>
index 380836e7a05b046bb69223810c84c391452ba201..5ad64fafe3017ffa05d6756b40a81c52386263bf 100644 (file)
        (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")])