Bug (!) in vax.md causing some compilations to fail; an '$' too much.

This commit is contained in:
ragge 1995-12-30 17:19:53 +00:00
parent 0dd5a89778
commit 6691107409
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@
(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")