haifa-sched (sched_analyze): Remove another useless clearing of SCHED_GROUP_P I misse...
authorJeff Law <law@redhat.com>
Wed, 29 May 2002 22:56:13 +0000 (16:56 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 29 May 2002 22:56:13 +0000 (16:56 -0600)
        * haifa-sched (sched_analyze): Remove another useless clearing
        of SCHED_GROUP_P I missed yesterday.

From-SVN: r54027

gcc/ChangeLog
gcc/sched-deps.c

index 519983798b122878bbe052591aaa24bd06e30a87..2eb88b888757b785707fda5ff4f8364e6a50478e 100644 (file)
@@ -1,5 +1,8 @@
 2002-05-29  Jeff Law <law@redhat.com>
 
+       * haifa-sched (sched_analyze): Remove another useless clearing
+       of SCHED_GROUP_P I missed yesterday.
+
        * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
        * pa.c (pa_asm_output_mi_thunk): New function.
        * pa-protos.h (pa_asm_output_mi_thunk): Declare.
@@ -291,7 +294,7 @@ Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
 
-2002-05-22  David Edelsohn  <edelsohn@gnu.org>
+2002-05-28  David Edelsohn  <edelsohn@gnu.org>
            Jeff Law <law@redhat.com>
 
        * optabs.c (expand_binop): Fix nwords sign warnings.
index 0afb21bcf6b618eaff5bebf413687af91f654eb3..a81b4008c7e0ac74527ca6616b0fdeaf6ca0de66 100644 (file)
@@ -1249,9 +1249,6 @@ sched_analyze (deps, head, tail)
        {
          int i;
 
-         /* Clear out stale SCHED_GROUP_P.  */
-         SCHED_GROUP_P (insn) = 0;
-
          CANT_MOVE (insn) = 1;
 
          /* Clear out the stale LOG_LINKS from flow.  */