(ashrsi3_d): Use %0 not %1 in output pattern.

From-SVN: r10627
This commit is contained in:
Jim Wilson 1995-11-29 12:47:03 -08:00
parent cafe2dc334
commit 18a3fd67dc
1 changed files with 1 additions and 1 deletions

View File

@ -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)