aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1995-11-29 12:47:03 -0800
committerJim Wilson <wilson@gcc.gnu.org>1995-11-29 12:47:03 -0800
commit18a3fd67dc2e1d433120f8bf7f45064418197fc7 (patch)
tree8cb5e5f8140bac55147ec7e36d05e0e18be416fe /gcc
parentcafe2dc334ffd4a3b9de8fca0795c930be36ae33 (diff)
downloadgcc-18a3fd67dc2e1d433120f8bf7f45064418197fc7.zip
gcc-18a3fd67dc2e1d433120f8bf7f45064418197fc7.tar.gz
gcc-18a3fd67dc2e1d433120f8bf7f45064418197fc7.tar.bz2
(ashrsi3_d): Use %0 not %1 in output pattern.
From-SVN: r10627
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sh/sh.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md
index cfe968e..4a149d8 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)