fix constraint
From-SVN: r38879
This commit is contained in:
parent
90e420bd60
commit
c243fc1b44
@ -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))]
|
||||
|
Loading…
Reference in New Issue
Block a user