From 988ee12c8aed637353046f84fc90a9240d2f8b17 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 13 Aug 1998 20:16:20 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eee41bba79a..c78c4d6a946 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 13 20:14:40 1998 Jim Wilson + + * mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI. + Thu Aug 13 17:08:11 1998 Jason Merrill * tree.h: De-conditionalize init_priority code. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 74088549c02..93edeee67df 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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 -- 2.30.2