(movdf, movdi): Delete `&' from load constraint.

From-SVN: r4787
This commit is contained in:
Richard Stallman 1993-06-28 17:51:41 +00:00
parent e58d5c618e
commit fd956e81b7
1 changed files with 2 additions and 2 deletions

View File

@ -1052,7 +1052,7 @@
}")
(define_insn "movdf"
[(set (match_operand:DF 0 "general_operand" "=*rm,&*r,?f,?*rm")
[(set (match_operand:DF 0 "general_operand" "=*rm,*r,?f,?*rm")
(match_operand:DF 1 "general_operand" "*r,m,*rfmG,f"))]
""
"*
@ -1070,7 +1070,7 @@
}")
(define_insn "movdi"
[(set (match_operand:DI 0 "general_operand" "=rm,&r,?f,?rm")
[(set (match_operand:DI 0 "general_operand" "=rm,r,?f,?rm")
(match_operand:DI 1 "general_operand" "r,miF,rfmG,f"))]
""
"*