Commit 18a3fd67 by Jim Wilson

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

From-SVN: r10627
parent cafe2dc3
...@@ -807,7 +807,7 @@ ...@@ -807,7 +807,7 @@
(ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0") (ashiftrt:SI (match_operand:SI 1 "arith_reg_operand" "0")
(neg:SI (match_operand:SI 2 "arith_reg_operand" "r"))))] (neg:SI (match_operand:SI 2 "arith_reg_operand" "r"))))]
"TARGET_SH3" "TARGET_SH3"
"shad %2,%1") "shad %2,%0")
(define_insn "ashrsi3_n" (define_insn "ashrsi3_n"
[(set (reg:SI 4) [(set (reg:SI 4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment