Try using trivially dead deletion

llvm-svn: 7075
This commit is contained in:
Chris Lattner 2003-07-02 19:49:11 +00:00
parent 20d93ca01d
commit d3d5c5c98e
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ void TDDataStructures::calculateGraphFrom(Function &F) {
void TDDataStructures::inlineGraphIntoCallees(DSGraph &Graph) {
// Recompute the Incomplete markers and eliminate unreachable nodes.
Graph.removeTriviallyDeadNodes();
Graph.maskIncompleteMarkers();
// If any of the functions has incomplete incoming arguments, don't mark any