Fix SET operand mode mismatch detected by John Carr's patch.
authorJim Wilson <wilson@cygnus.com>
Thu, 13 Aug 1998 20:16:20 +0000 (20:16 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 13 Aug 1998 20:16:20 +0000 (13:16 -0700)
* mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.

From-SVN: r21704

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

index eee41bba79a81bce637d4dce233a621fca66d806..c78c4d6a9462b73e2db601c7da409183033693d9 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 13 20:14:40 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.
+
 Thu Aug 13 17:08:11 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * tree.h: De-conditionalize init_priority code.
index 74088549c022b896c262995c6821db83500d6aa7..93edeee67dfa3e8cd4c0558a5d4ba469a843bb29 100644 (file)
@@ -5439,7 +5439,7 @@ move\\t%0,%z4\\n\\
 
 (define_split
   [(set (match_operand:HI 0 "register_operand" "")
-       (mem:SI (plus:SI (match_dup 0)
+       (mem:HI (plus:SI (match_dup 0)
                         (match_operand:SI 1 "const_int_operand" ""))))]
   "TARGET_MIPS16 && reload_completed
    && GET_CODE (operands[0]) == REG