projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52ade9
)
Make the TD pass not include all of the call nodes from the local pass,
author
Chris Lattner
<sabre@nondot.org>
Tue, 4 Feb 2003 00:59:32 +0000
(
00:59
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 4 Feb 2003 00:59:32 +0000
(
00:59
+0000)
eliminating incomplete markers from them
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5490
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DataStructure/TopDownClosure.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/TopDownClosure.cpp
b/lib/Analysis/DataStructure/TopDownClosure.cpp
index 49b3a5482e85fefea8293e946edc26fa3f49cf2b..460088f6d2693407089691383fce29d867c17932 100644
(file)
--- a/
lib/Analysis/DataStructure/TopDownClosure.cpp
+++ b/
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;