Commit d10791ba by Jeff Law Committed by Jeff Law

haifa-sched (sched_analyze): Remove another useless clearing of SCHED_GROUP_P I missed yesterday.

        * haifa-sched (sched_analyze): Remove another useless clearing
        of SCHED_GROUP_P I missed yesterday.

From-SVN: r54027
parent 54374491
2002-05-29 Jeff Law <law@redhat.com> 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.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
* pa.c (pa_asm_output_mi_thunk): New function. * pa.c (pa_asm_output_mi_thunk): New function.
* pa-protos.h (pa_asm_output_mi_thunk): Declare. * 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> ...@@ -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. * 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> Jeff Law <law@redhat.com>
* optabs.c (expand_binop): Fix nwords sign warnings. * optabs.c (expand_binop): Fix nwords sign warnings.
......
...@@ -1249,9 +1249,6 @@ sched_analyze (deps, head, tail) ...@@ -1249,9 +1249,6 @@ sched_analyze (deps, head, tail)
{ {
int i; int i;
/* Clear out stale SCHED_GROUP_P. */
SCHED_GROUP_P (insn) = 0;
CANT_MOVE (insn) = 1; CANT_MOVE (insn) = 1;
/* Clear out the stale LOG_LINKS from flow. */ /* Clear out the stale LOG_LINKS from flow. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment