diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-08 01:38:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-08 01:38:34 +0000 |
commit | cadfac6879968080ca560d67b05d102f2340d443 (patch) | |
tree | 029e938e005c241e4ce898a356b493fa04a2ece9 /lib/Analysis/DataStructure | |
parent | 4ff0b9636da3f753b143a3bc733ddcd39ebf8af2 (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')
-rw-r--r-- | lib/Analysis/DataStructure/Local.cpp | 1 |
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; } |