diff options
author | Richard Henderson <rth@cygnus.com> | 1999-10-14 10:52:48 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-10-14 10:52:48 -0700 |
commit | e99b93ff07fd30e00136030ce5b2dc84ead585a1 (patch) | |
tree | de282349e8889e005b1113e439f9e825ceab667f /gcc | |
parent | 61da3d7039e1a7163ba52d41c786565048a34601 (diff) | |
download | gcc-e99b93ff07fd30e00136030ce5b2dc84ead585a1.zip gcc-e99b93ff07fd30e00136030ce5b2dc84ead585a1.tar.gz gcc-e99b93ff07fd30e00136030ce5b2dc84ead585a1.tar.bz2 |
* m68k.md (zero_extendsidi2): Add missing output reload constraint.
From-SVN: r29984
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/m68k/m68k.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2f628f3..29f3c97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 14 10:51:49 1999 Richard Henderson <rth@cygnus.com> + + * m68k.md (zero_extendsidi2): Add missing output reload constraint. + Wed Oct 13 00:09:18 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes, diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 37e5ea3..8a95259 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -1521,7 +1521,7 @@ ;; this is the canonical form for (lshiftrt:DI x 32) (define_insn "zero_extendsidi2" - [(set (match_operand:DI 0 "general_operand" "rm") + [(set (match_operand:DI 0 "general_operand" "=rm") (zero_extend:DI (match_operand:SI 1 "general_operand" "rm")))] "" "* |