OSDN Git Service

* config/i386/i386.md (smaxsf3): Fix mnemonic typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Jan 2005 22:59:33 +0000 (22:59 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Jan 2005 22:59:33 +0000 (22:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94086 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 29a1c6f..263364d 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 380836e..5ad64fa 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")])