From 20e1fc8028c4949a424c89f8a66fad8d057570e8 Mon Sep 17 00:00:00 2001 From: gavin Date: Wed, 26 Aug 1998 08:16:23 +0000 Subject: [PATCH] * mips.md (lshrsi3_internal2+2): Fix type-o. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21998 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 3120bd487eb..0391077b19a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 26 11:08:44 1998 Gavin Romig-Koch + + * mips.md (lshrsi3_internal2+2): Fix type-o. + Wed Aug 26 10:53:03 1998 Kaveh R. Ghazi * system.h: Include stdarg.h/varargs.h, make sure they are ordered diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 93edeee67df..4172c4109a5 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -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" -- 2.11.0