Commit 52031957 by Torbjorn Granlund

(rotlsi3): Fix typo, rotate was rotatert in rtl template.

From-SVN: r3466
parent 9392c110
...@@ -2316,8 +2316,8 @@ ...@@ -2316,8 +2316,8 @@
(define_insn "rotlsi3" (define_insn "rotlsi3"
[(set (match_operand:SI 0 "register_operand" "=r") [(set (match_operand:SI 0 "register_operand" "=r")
(rotatert:SI (match_operand:SI 1 "register_operand" "r") (rotate:SI (match_operand:SI 1 "register_operand" "r")
(match_operand:SI 2 "const_int_operand" "n")))] (match_operand:SI 2 "const_int_operand" "n")))]
"" ""
"* "*
{ {
......
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