Commit e12f90a9 by Richard Stallman

(movdi): Delete the `&' from constraint.

From-SVN: r2608
parent 58b1581b
...@@ -932,7 +932,7 @@ ...@@ -932,7 +932,7 @@
}") }")
(define_insn "movdi" (define_insn "movdi"
[(set (match_operand:DI 0 "general_operand" "=&r,rm") [(set (match_operand:DI 0 "general_operand" "=r,rm")
(match_operand:DI 1 "general_operand" "m,riF"))] (match_operand:DI 1 "general_operand" "m,riF"))]
"" ""
"* "*
......
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