Commit 988ee12c by Jim Wilson Committed by Jim Wilson

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
parent 2ce3c6c6
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment