Commit 032cacab by Richard Kenner

(iorsi_zexthi_ashl16): Mark output operand as earlyclobber.

From-SVN: r14510
parent 8f87939b
......@@ -3734,7 +3734,7 @@
;; See also ashlsi_16, ashrsi_16 and lshrsi_16.
(define_insn "iorsi_zexthi_ashl16"
[(set (match_operand:SI 0 "general_operand" "=d,d")
[(set (match_operand:SI 0 "general_operand" "=&d,d")
(ior:SI (zero_extend:SI (match_operand:HI 1 "general_operand" "dmn,dmn"))
(ashift:SI (match_operand:SI 2 "general_operand" "o,0")
(const_int 16))))]
......
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