summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-04 00:59:32 +0000
committerChris Lattner <sabre@nondot.org>2003-02-04 00:59:32 +0000
commit36fd3eccbd32fa4b745cd398e566130fc84fd03f (patch)
treee09e999f0843ba6caa35c2b7013584938f0a16dd /llvm/lib/Analysis
parenta0e9e6ec8c8deea5a3b8b86609857dc91cca79a8 (diff)
downloadbcm5719-llvm-36fd3eccbd32fa4b745cd398e566130fc84fd03f.tar.gz
bcm5719-llvm-36fd3eccbd32fa4b745cd398e566130fc84fd03f.zip
Make the TD pass not include all of the call nodes from the local pass,
eliminating incomplete markers from them llvm-svn: 5490
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/DataStructure/TopDownClosure.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp b/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp
index 49b3a5482e8..460088f6d26 100644
--- a/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp
+++ b/llvm/lib/Analysis/DataStructure/TopDownClosure.cpp
@@ -87,6 +87,7 @@ DSGraph &TDDataStructures::getOrCreateDSGraph(Function &F) {
if (G == 0) { // Not created yet? Clone BU graph...
G = new DSGraph(getAnalysis<BUDataStructures>().getDSGraph(F));
G->getAuxFunctionCalls().clear();
+ G->setPrintAuxCalls();
G->setGlobalsGraph(GlobalsGraph);
}
return *G;
OpenPOWER on IntegriCloud