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:
c966a2a
)
Enable incompleteness marking
author
Chris Lattner
<sabre@nondot.org>
Thu, 17 Oct 2002 04:57:28 +0000
(
04:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 17 Oct 2002 04:57:28 +0000
(
04:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4217
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 a5f2924ffd5f4f7207c788a8f0f11901f71e8d3d..8d4b93a294eac1c2da4a87e943d366e324fe8df3 100644
(file)
--- a/
lib/Analysis/DataStructure/TopDownClosure.cpp
+++ b/
lib/Analysis/DataStructure/TopDownClosure.cpp
@@
-176,11
+176,11
@@
DSGraph &TDDataStructures::calculateGraph(Function &F) {
}
-#if 0
// Recompute the Incomplete markers and eliminate unreachable nodes.
Graph->maskIncompleteMarkers();
- Graph->markIncompleteNodes(/*markFormals*/ !
F.hasInternalLinkage()
+ Graph->markIncompleteNodes(/*markFormals*/ !F.hasInternalLinkage()
/*&& FIXME: NEED TO CHECK IF ALL CALLERS FOUND!*/);
+#if 0
Graph->removeDeadNodes(/*KeepAllGlobals*/ false, /*KeepCalls*/ false);
#endif