Fix PR port-vax/51761 as suggested by Paul Koning on port-vax list.

Installation (install.ram, -Os) on my VS4000 is possible without SCSI timeouts
again.
Other variable-length bit field instructions should be checked for correct
constraints, too!
This commit is contained in:
flxd 2017-06-08 15:28:27 +00:00
parent cf3055c7a2
commit 9c7eabb4c9

View File

@ -47,7 +47,7 @@
(define_insn "ctzsi2"
[(set (match_operand:SI 0 "nonimmediate_operand" "=rQ")
(ctz:SI (match_operand:SI 1 "general_operand" "nrmT")))
(ctz:SI (match_operand:SI 1 "general_operand" "nrQT")))
(set (cc0) (match_dup 0))]
""
"ffs $0,$32,%1,%0")