Commit 704dabc7 by Jim Wilson

(movstrsi+1): Add `+' to constraints for clobbered inputs.

From-SVN: r2431
parent 76542a00
......@@ -1048,8 +1048,8 @@
}")
(define_insn ""
[(set (mem:BLK (match_operand:SI 0 "register_operand" "r"))
(mem:BLK (match_operand:SI 1 "register_operand" "r")))
[(set (mem:BLK (match_operand:SI 0 "register_operand" "+r"))
(mem:BLK (match_operand:SI 1 "register_operand" "+r")))
(use (match_operand:SI 2 "nonmemory_operand" "rn"))
(use (match_operand:SI 3 "immediate_operand" "i"))
(clobber (match_dup 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