OSDN Git Service

* haifa-sched (sched_analyze): Remove another useless clearing
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 May 2002 22:56:13 +0000 (22:56 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 May 2002 22:56:13 +0000 (22:56 +0000)
        of SCHED_GROUP_P I missed yesterday.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54027 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/sched-deps.c

index 5199837..2eb88b8 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 0afb21b..a81b400 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.  */