Fix a bug that was preventing povray and namd from pool allocating correctly.

llvm-svn: 17632
This commit is contained in:
Chris Lattner 2004-11-08 21:08:46 +00:00
parent 1feea5ffc9
commit 068c0cf56a
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ unsigned BUDataStructures::calculateGraphs(Function *F,
}
// Clean up the graph before we start inlining a bunch again...
SCCGraph->removeDeadNodes(DSGraph::RemoveUnreachableGlobals);
SCCGraph->removeDeadNodes(DSGraph::KeepUnreachableGlobals);
// Now that we have one big happy family, resolve all of the call sites in
// the graph...