This call is no longer needed now that merging does not produce garbage
authorChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 01:38:34 +0000 (01:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 01:38:34 +0000 (01:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11176 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Local.cpp

index 7d61d27b4662bd75df089b097c78a863336ec9f9..a62cf9806fc8c217550bc031bd63a0371bbf7f05 100644 (file)
@@ -624,7 +624,6 @@ bool LocalDataStructures::run(Module &M) {
       GGB.mergeInGlobalInitializer(I);
 
   GlobalsGraph->markIncompleteNodes(DSGraph::MarkFormalArgs);
-  GlobalsGraph->removeTriviallyDeadNodes();
   return false;
 }