diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-11-29 20:47:03 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-11-29 20:47:03 +0000 |
commit | 2c897afea313e7dba9463e42985442a3e9725370 (patch) | |
tree | 8cb5e5f8140bac55147ec7e36d05e0e18be416fe | |
parent | 174786e5bbc4c098bbfb82e01b3c42ca2fb30318 (diff) | |
download | gcc-2c897afea313e7dba9463e42985442a3e9725370.tar.gz |
(ashrsi3_d): Use %0 not %1 in output pattern.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10627 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index cfe968e9e33..4a149d802d0 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -807,7 +807,7 @@ (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0") (neg:SI (match_operand:SI 2 "arith_reg_operand" "r"))))] "TARGET_SH3" - "shad %2,%1") + "shad %2,%0") (define_insn "ashrsi3_n" [(set (reg:SI 4) |