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

From-SVN: r3466
This commit is contained in:
Torbjorn Granlund 1993-02-12 16:27:41 +00:00
parent 9392c110eb
commit 5203195731
1 changed files with 2 additions and 2 deletions

View File

@ -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")))]
""
"*
{