diff options
author | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 08:16:23 +0000 |
---|---|---|
committer | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 08:16:23 +0000 |
commit | 20e1fc8028c4949a424c89f8a66fad8d057570e8 (patch) | |
tree | f8998c2046382bfeea92400a63eb8a95c9d372c6 /gcc/config/mips/mips.md | |
parent | 32e0908a2a561cd8f7ce4c9656235b2855f288fc (diff) | |
download | gcc-20e1fc8028c4949a424c89f8a66fad8d057570e8.tar.gz |
* 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
Diffstat (limited to 'gcc/config/mips/mips.md')
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
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" |