fix constraint

From-SVN: r38879
This commit is contained in:
Aldy Hernandez 2001-01-10 21:12:28 +00:00
parent 90e420bd60
commit c243fc1b44

View File

@ -1859,7 +1859,7 @@
;; The above pattern canonicalizes to this when both the input and output
;; are the same pseudo-register.
(define_insn ""
[(set (zero_extract:SI (match_operand:SI 0 "register_operand" "=d")
[(set (zero_extract:SI (match_operand:SI 0 "register_operand" "+d")
(const_int 1)
(match_operand:SI 1 "register_operand" "d"))
(const_int 0))]