diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-24 18:42:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-24 18:42:51 +0000 |
commit | 0d397bd437dd38a7b12b98e557daa8e237839a6c (patch) | |
tree | 596fba23b9ab15396e731afc3edc1c95c3895ef4 /lib/Analysis/DataStructure/BottomUpClosure.cpp | |
parent | d94b4d5b9c2b1ba8da0687e14e4fe357f111a58a (diff) |
don't bother |'ing in 0's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20815 91177308-0d34-0410-b5e6-96231b3b80d8
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; |