Fix SET operand mode mismatch detected by John Carr's patch.

* mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.

From-SVN: r21704
This commit is contained in:
Jim Wilson 1998-08-13 20:16:20 +00:00 committed by Jim Wilson
parent 2ce3c6c615
commit 988ee12c8a
2 changed files with 5 additions and 1 deletions

View 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.

View 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