From: Chris Lattner Date: Sun, 8 Feb 2004 01:38:34 +0000 (+0000) Subject: This call is no longer needed now that merging does not produce garbage X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cadfac6879968080ca560d67b05d102f2340d443;p=oota-llvm.git 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 --- diff --git a/lib/Analysis/DataStructure/Local.cpp b/lib/Analysis/DataStructure/Local.cpp index 7d61d27b466..a62cf9806fc 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; }