1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

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 dcee21898f
commit 0efef015fa

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...