diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-26 05:52:15 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-26 05:52:15 +0000 |
commit | e12f90a92423d76951cbe7012b19532d50d26cd6 (patch) | |
tree | 97412904ca1e81ad6fed764bf45abeca7188183c /gcc | |
parent | 58b1581b23694181ffde4cea00c941727379d050 (diff) | |
download | gcc-e12f90a92423d76951cbe7012b19532d50d26cd6.zip gcc-e12f90a92423d76951cbe7012b19532d50d26cd6.tar.gz gcc-e12f90a92423d76951cbe7012b19532d50d26cd6.tar.bz2 |
(movdi): Delete the `&' from constraint.
From-SVN: r2608
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index f7dd53f..9954ea6 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -932,7 +932,7 @@ }") (define_insn "movdi" - [(set (match_operand:DI 0 "general_operand" "=&r,rm") + [(set (match_operand:DI 0 "general_operand" "=r,rm") (match_operand:DI 1 "general_operand" "m,riF"))] "" "* |