Commit cf1907e3 by Michael Meissner

Make sure movsf_mem does not clobber a destination register

From-SVN: r8245
parent 660f1419
......@@ -1152,7 +1152,7 @@
(define_insn "movsf_mem"
[(set (match_operand:SF 0 "memory_operand" "=m")
(match_operand:SF 1 "memory_operand" "m"))
(clobber (match_scratch:SI 2 "=r"))]
(clobber (match_scratch:SI 2 "=&r"))]
""
"*
{
......
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