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:
cadfac6
)
Remove another unneeded call.
author
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2004 01:40:40 +0000
(
01:40
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2004 01:40:40 +0000
(
01:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11177
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 45c1788e7a2db9a547051a4d692c432e9f4b1e78..939d7ebd6e1c317b91b6d76e7208ca05da84fdae 100644
(file)
--- a/
lib/Analysis/DataStructure/TopDownClosure.cpp
+++ b/
lib/Analysis/DataStructure/TopDownClosure.cpp
@@
-175,7
+175,6
@@
void TDDataStructures::releaseMyMemory() {
void TDDataStructures::inlineGraphIntoCallees(DSGraph &Graph) {
// Recompute the Incomplete markers and eliminate unreachable nodes.
- Graph.removeTriviallyDeadNodes();
Graph.maskIncompleteMarkers();
// If any of the functions has incomplete incoming arguments, don't mark any