diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-28 18:21:32 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-28 18:21:32 +0000 |
commit | fcbb4777301c5bbaf4b71952808de04e9055b456 (patch) | |
tree | 5fb3d7a29ee6d05d55c68262311d2d9e62ec62d2 /gcc | |
parent | 5a167d9cee971f3125535b9b670c06bb9c78a9a1 (diff) | |
download | gcc-fcbb4777301c5bbaf4b71952808de04e9055b456.zip gcc-fcbb4777301c5bbaf4b71952808de04e9055b456.tar.gz gcc-fcbb4777301c5bbaf4b71952808de04e9055b456.tar.bz2 |
(movdf, movdi): Delete `&' from constraint.
From-SVN: r4790
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/ns32k/ns32k.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ns32k/ns32k.md b/gcc/config/ns32k/ns32k.md index dd0c21f..c02dc1c 100644 --- a/gcc/config/ns32k/ns32k.md +++ b/gcc/config/ns32k/ns32k.md @@ -190,7 +190,7 @@ "cmpf %0,%1") (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"))] "" "* @@ -273,7 +273,7 @@ "movmd %1,%0,4") (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"))] "" "* |