mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 15:09:56 +08:00
* flow.c (compute_flow_dominators): Free worklist.
From-SVN: r32983
This commit is contained in:
parent
987db02825
commit
391b788c04
@ -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.
|
||||
|
@ -5429,6 +5429,7 @@ compute_flow_dominators (dominators, post_dominators)
|
||||
}
|
||||
}
|
||||
|
||||
free (worklist);
|
||||
free (temp_bitmap);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user