]> gcc.gnu.org Git - gcc.git/commitdiff
(movqi): Add missing `DONE'.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 29 Jun 1994 19:52:27 +0000 (15:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 29 Jun 1994 19:52:27 +0000 (15:52 -0400)
From-SVN: r7603

gcc/config/a29k/a29k.md

index a6dbad1d5b2d3e0899a1806adc5104d874feec13..57edd00e304e4c3adc289dc30641911ab31ea403 100644 (file)
@@ -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.
 
            
          a29k_set_memflags (seq, operands[0]);
          emit_insn (seq);
+         DONE;
        }
     }
   else if (GET_CODE (operands[1]) == MEM)
This page took 0.070389 seconds and 5 git commands to generate.