* alpha.c (summarize_insn [SUBREG]): Propogate SET.
authorRichard Henderson <rth@cygnus.com>
Tue, 28 Oct 1997 08:34:06 +0000 (00:34 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 28 Oct 1997 08:34:06 +0000 (00:34 -0800)
From-SVN: r16213

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 96830d59fc0d0026b6d614485ccead5fab831693..7bc8e3fde21c89fdd601babf0fbc851f8c553e40 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct 28 00:32:14 1997  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.c (summarize_insn [SUBREG]): Propogate SET.
+
 Mon Oct 27 23:59:26 1997  Richard Henderson  <rth@cygnus.com>
 
        * alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
index 67b80ac70e372f77926bcb34d2b5d83c94298fa3..0c5334004f40036146049bbc5cca71cddc5b5f2d 100644 (file)
@@ -2825,7 +2825,7 @@ summarize_insn (x, sum, set)
       break;
 
     case SUBREG:
-      summarize_insn (SUBREG_REG (x), sum, 0);
+      summarize_insn (SUBREG_REG (x), sum, set);
       break;
 
     case CONST_INT:   case CONST_DOUBLE: