Commit 2a780534 by Jeffrey A Law Committed by Jeff Law

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

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
parent 7b318668
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.
......
......@@ -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;
......
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