haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of zapping the LOG_LINKS of sched_before_next_call.

* haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
        zapping the LOG_LINKS of sched_before_next_call.

From-SVN: r29496
This commit is contained in:
Jeffrey A Law 1999-09-18 12:06:24 +00:00 committed by Jeff Law
parent 7b318668a3
commit 2a780534dd
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
Sat Sep 18 01:07:21 1999 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
zapping the LOG_LINKS of sched_before_next_call.
* pa.h (INSN_SETS_ARE_DELAYED): Delete.
* pa.c (insn_refs_are_delayed): Renamed from
insn_sets_and_refs_are_delayed.

View File

@ -3899,7 +3899,7 @@ sched_analyze (head, tail)
add_dependence (insn, XEXP (x, 0), REG_DEP_ANTI);
x = XEXP (x, 1);
}
LOG_LINKS (sched_before_next_call) = 0;
free_INSN_LIST_list (&LOG_LINKS (sched_before_next_call));
sched_analyze_insn (PATTERN (insn), insn, loop_notes);
loop_notes = 0;