* mips.md (lshrsi3_internal2+2): Fix type-o.
authorGavin Romig-Koch <gavin@cygnus.com>
Wed, 26 Aug 1998 08:16:23 +0000 (08:16 +0000)
committerGavin Romig-Koch <gavin@gcc.gnu.org>
Wed, 26 Aug 1998 08:16:23 +0000 (08:16 +0000)
From-SVN: r21998

gcc/ChangeLog
gcc/config/mips/mips.md

index 3120bd487ebd971b75d5dd89225f3660ae656476..0391077b19adadd3c1739a4d3605d10323825dd1 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug 26 11:08:44 1998  Gavin Romig-Koch  <gavin@cygnus.com>
+
+       * mips.md (lshrsi3_internal2+2): Fix type-o.
+
 Wed Aug 26 10:53:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * system.h: Include stdarg.h/varargs.h, make sure they are ordered
index 93edeee67dfa3e8cd4c0558a5d4ba469a843bb29..4172c4109a58e97053da99cb0a5a0512b171e01a 100644 (file)
@@ -6766,7 +6766,7 @@ move\\t%0,%z4\\n\\
 ;; to make it simple enough for combine to understand.
 
 (define_insn ""
-  [(set (match_operand:SI 0 "register_operand" "d,d")
+  [(set (match_operand:SI 0 "register_operand" "=d,d")
        (lshiftrt:SI (match_operand:SI 1 "memory_operand" "R,m")
                     (match_operand:SI 2 "immediate_operand" "I,I")))]
   "TARGET_MIPS16"