diff options
Diffstat (limited to 'lib/Analysis/DataStructure/BottomUpClosure.cpp')
| -rw-r--r-- | lib/Analysis/DataStructure/BottomUpClosure.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/lib/Analysis/DataStructure/BottomUpClosure.cpp b/lib/Analysis/DataStructure/BottomUpClosure.cpp index 5dcaa31dca..46817b1597 100644 --- a/lib/Analysis/DataStructure/BottomUpClosure.cpp +++ b/lib/Analysis/DataStructure/BottomUpClosure.cpp @@ -369,7 +369,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {                << Graph.getFunctionNames() << "' [" << Graph.getGraphSize() <<"+"                << Graph.getAuxFunctionCalls().size() << "]\n");          Graph.mergeInGraph(CS, *Callee, *GI, -                           DSGraph::KeepModRefBits |                              DSGraph::StripAllocaBit|DSGraph::DontCloneCallNodes);          ++NumBUInlines;        } else { @@ -444,7 +443,6 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {                << Graph.getAuxFunctionCalls().size() << "]\n");          Graph.mergeInGraph(CS, IndCallGraph.second, *GI, -                           DSGraph::KeepModRefBits |                              DSGraph::StripAllocaBit |                             DSGraph::DontCloneCallNodes);          ++NumBUInlines; | 
