(rotlsi3): Fix typo, rotate was rotatert in rtl template.
From-SVN: r3466
This commit is contained in:
parent
9392c110eb
commit
5203195731
@ -2316,8 +2316,8 @@
|
||||
|
||||
(define_insn "rotlsi3"
|
||||
[(set (match_operand:SI 0 "register_operand" "=r")
|
||||
(rotatert:SI (match_operand:SI 1 "register_operand" "r")
|
||||
(match_operand:SI 2 "const_int_operand" "n")))]
|
||||
(rotate:SI (match_operand:SI 1 "register_operand" "r")
|
||||
(match_operand:SI 2 "const_int_operand" "n")))]
|
||||
""
|
||||
"*
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user