]> gcc.gnu.org Git - gcc.git/commitdiff
(emit_move_insn_1): When doing multi-word move, show output is
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 3 Oct 1995 16:31:19 +0000 (12:31 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 3 Oct 1995 16:31:19 +0000 (12:31 -0400)
clobbered.

From-SVN: r10427

gcc/expr.c

index d09e6fae418e4fdc683aa27327161959bd6c4e0b..cb026410381bc322f6d556f5c3d301670da5daa1 100644 (file)
@@ -1982,6 +1982,9 @@ emit_move_insn_1 (x, y)
        }
 #endif
                             
+      /* Show the output dies here.  */
+      emit_insn (gen_rtx (CLOBBER, VOIDmode, x));
+
       for (i = 0;
           i < (GET_MODE_SIZE (mode)  + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD;
           i++)
This page took 0.064921 seconds and 5 git commands to generate.