Commit fd956e81 by Richard Stallman

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

From-SVN: r4787
parent e58d5c61
...@@ -1052,7 +1052,7 @@ ...@@ -1052,7 +1052,7 @@
}") }")
(define_insn "movdf" (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"))] (match_operand:DF 1 "general_operand" "*r,m,*rfmG,f"))]
"" ""
"* "*
...@@ -1070,7 +1070,7 @@ ...@@ -1070,7 +1070,7 @@
}") }")
(define_insn "movdi" (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"))] (match_operand:DI 1 "general_operand" "r,miF,rfmG,f"))]
"" ""
"* "*
......
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