aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}