From: Richard Kenner Date: Wed, 29 Jun 1994 19:52:27 +0000 (-0400) Subject: (movqi): Add missing `DONE'. X-Git-Tag: misc/cutover-egcs-0~6340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245d26eb97c0a61329f0d3be2b7cc9357ef4bde3;p=thirdparty%2Fgcc.git (movqi): Add missing `DONE'. From-SVN: r7603 --- diff --git a/gcc/config/a29k/a29k.md b/gcc/config/a29k/a29k.md index a6dbad1d5b2d..57edd00e304e 100644 --- a/gcc/config/a29k/a29k.md +++ b/gcc/config/a29k/a29k.md @@ -1,6 +1,6 @@ ;;- Machine description for AMD Am29000 for GNU C compiler -;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. -;; Contributed by Richard Kenner (kenner@nyu.edu) +;; Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc. +;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; This file is part of GNU CC. @@ -1928,6 +1928,7 @@ a29k_set_memflags (seq, operands[0]); emit_insn (seq); + DONE; } } else if (GET_CODE (operands[1]) == MEM)