diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-28 17:51:41 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-28 17:51:41 +0000 |
commit | 6fa8f497bfa48a83c39bcc04bea1a486f2891427 (patch) | |
tree | b6856d468c45322165bf7754fb6ac854b96c94f7 /gcc/config/i860 | |
parent | 07116361ff7bc77745947e1da9c47c49b325e834 (diff) | |
download | gcc-6fa8f497bfa48a83c39bcc04bea1a486f2891427.tar.gz |
(movdf, movdi): Delete `&' from load constraint.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i860')
-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 f53b9ce5797..9f43496c752 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"))] "" "* |