(rotlsi3): Fix typo, rotate was rotatert in rtl template.
authorTorbjorn Granlund <tege@gnu.org>
Fri, 12 Feb 1993 16:27:41 +0000 (16:27 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Fri, 12 Feb 1993 16:27:41 +0000 (16:27 +0000)
From-SVN: r3466

gcc/config/pa/pa.md

index 03c3008..f86e23c 100644 (file)
 
 (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")))]
   ""
   "*
 {