aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-08 01:40:40 +0000
committerChris Lattner <sabre@nondot.org>2004-02-08 01:40:40 +0000
commitcd90f21c0c09af3f4dfe56fcd1f70cbd21a4cf7d (patch)
treed1184826bd00eee45a5697dc5a022a54fa93dcdd /lib
parentcadfac6879968080ca560d67b05d102f2340d443 (diff)
downloadexternal_llvm-cd90f21c0c09af3f4dfe56fcd1f70cbd21a4cf7d.zip
external_llvm-cd90f21c0c09af3f4dfe56fcd1f70cbd21a4cf7d.tar.gz
external_llvm-cd90f21c0c09af3f4dfe56fcd1f70cbd21a4cf7d.tar.bz2
Remove another unneeded call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Analysis/DataStructure/TopDownClosure.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/TopDownClosure.cpp b/lib/Analysis/DataStructure/TopDownClosure.cpp
index 45c1788..939d7eb 100644
--- 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