* flow.c (compute_flow_dominators): Free worklist.

From-SVN: r32983
This commit is contained in:
Richard Henderson 2000-04-06 23:15:22 -07:00 committed by Richard Henderson
parent 987db02825
commit 391b788c04
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-04-06 Richard Henderson <rth@cygnus.com>
* flow.c (compute_flow_dominators): Free worklist.
2000-04-06 Michael Matz <matzmich@cs.tu-berlin.de>
* flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.

View File

@ -5429,6 +5429,7 @@ compute_flow_dominators (dominators, post_dominators)
}
}
free (worklist);
free (temp_bitmap);
}