Commit 4e95db71 by Jeffrey A Law Committed by Jeff Law

haifa-sched.c (schedule_insns): Free the flow edge list when it is no longer needed

        * haifa-sched.c (schedule_insns): Free the flow edge list when it
        is no longer needed

From-SVN: r33673
parent aff3283b
Thu May 4 10:03:50 2000 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (schedule_insns): Free the flow edge list when it
is no longer needed
2000-05-04 Bruce Korb <bkorb@gnu.org>
* fixincl/inclhack.def: added broken_cabs -
......
......@@ -6918,6 +6918,9 @@ schedule_insns (dump_file)
if (sched_verbose >= 3)
debug_regions ();
/* We are done with flow's edge list. */
free_edge_list (edge_list);
/* For now. This will move as more and more of haifa is converted
to using the cfg code in flow.c. */
free (dom);
......
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