forked from OSchip/llvm-project
Fix a bug that was preventing povray and namd from pool allocating correctly.
llvm-svn: 17632
This commit is contained in:
parent
1feea5ffc9
commit
068c0cf56a
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue