(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 314ea731048d643b46c3de8e3b251907a21c8f04..c3a2ae395880ce8a17bd575b57b00d224c6137b3 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")