OSDN Git Service

* alpha.c (summarize_insn [SUBREG]): Propogate SET.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Oct 1997 08:34:06 +0000 (08:34 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Oct 1997 08:34:06 +0000 (08:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16213 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 96830d5..7bc8e3f 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 67b80ac..0c53340 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: