diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-28 17:51:41 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-28 17:51:41 +0000 |
commit | fd956e81b750254faf40a2ebce419a99ff823853 (patch) | |
tree | b6856d468c45322165bf7754fb6ac854b96c94f7 | |
parent | e58d5c618e71aad29c552a33e22056b1453f73fc (diff) | |
download | gcc-fd956e81b750254faf40a2ebce419a99ff823853.zip gcc-fd956e81b750254faf40a2ebce419a99ff823853.tar.gz gcc-fd956e81b750254faf40a2ebce419a99ff823853.tar.bz2 |
(movdf, movdi): Delete `&' from load constraint.
From-SVN: r4787
-rw-r--r-- | gcc/config/i860/i860.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i860/i860.md b/gcc/config/i860/i860.md index f53b9ce..9f43496 100644 --- a/gcc/config/i860/i860.md +++ b/gcc/config/i860/i860.md @@ -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"))] "" "* |