Commit fcbb4777 by Richard Stallman

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

From-SVN: r4790
parent 5a167d9c
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
"cmpf %0,%1") "cmpf %0,%1")
(define_insn "movdf" (define_insn "movdf"
[(set (match_operand:DF 0 "general_operand" "=&fg<") [(set (match_operand:DF 0 "general_operand" "=fg<")
(match_operand:DF 1 "general_operand" "fFg"))] (match_operand:DF 1 "general_operand" "fFg"))]
"" ""
"* "*
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
"movmd %1,%0,4") "movmd %1,%0,4")
(define_insn "movdi" (define_insn "movdi"
[(set (match_operand:DI 0 "general_operand" "=&g<,*f,g") [(set (match_operand:DI 0 "general_operand" "=g<,*f,g")
(match_operand:DI 1 "general_operand" "gF,g,*f"))] (match_operand:DI 1 "general_operand" "gF,g,*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