(rotl): Remove extraneous `$'.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Jun 1996 23:12:29 +0000 (19:12 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Jun 1996 23:12:29 +0000 (19:12 -0400)
From-SVN: r12376

gcc/config/vax/vax.md

index 314ea73..c3a2ae3 100644 (file)
        (rotatert:SI (match_operand:SI 1 "general_operand" "g")
                     (match_operand:QI 2 "const_int_operand" "n")))]
   ""
-  "rotl $%R2,%1,%0")
+  "rotl %R2,%1,%0")
 
 (define_insn ""
   [(set (match_operand:SI 0 "general_operand" "=g")