Commit 49c8f4a4 by Richard Kenner

(rotl): Remove extraneous `$'.

From-SVN: r12376
parent d5d5fa18
...@@ -1298,7 +1298,7 @@ ...@@ -1298,7 +1298,7 @@
(rotatert:SI (match_operand:SI 1 "general_operand" "g") (rotatert:SI (match_operand:SI 1 "general_operand" "g")
(match_operand:QI 2 "const_int_operand" "n")))] (match_operand:QI 2 "const_int_operand" "n")))]
"" ""
"rotl $%R2,%1,%0") "rotl %R2,%1,%0")
(define_insn "" (define_insn ""
[(set (match_operand:SI 0 "general_operand" "=g") [(set (match_operand:SI 0 "general_operand" "=g")
......
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