aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Local.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-08 01:38:34 +0000
committerChris Lattner <sabre@nondot.org>2004-02-08 01:38:34 +0000
commitcadfac6879968080ca560d67b05d102f2340d443 (patch)
tree029e938e005c241e4ce898a356b493fa04a2ece9 /lib/Analysis/DataStructure/Local.cpp
parent4ff0b9636da3f753b143a3bc733ddcd39ebf8af2 (diff)
This call is no longer needed now that merging does not produce garbage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/Local.cpp')
-rw-r--r--lib/Analysis/DataStructure/Local.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/Local.cpp b/lib/Analysis/DataStructure/Local.cpp
index 7d61d27b46..a62cf9806f 100644
--- a/lib/Analysis/DataStructure/Local.cpp
+++ b/lib/Analysis/DataStructure/Local.cpp
@@ -624,7 +624,6 @@ bool LocalDataStructures::run(Module &M) {
GGB.mergeInGlobalInitializer(I);
GlobalsGraph->markIncompleteNodes(DSGraph::MarkFormalArgs);
- GlobalsGraph->removeTriviallyDeadNodes();
return false;
}