Commit c243fc1b by Aldy Hernandez

fix constraint

From-SVN: r38879
parent 90e420bd
......@@ -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))]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment