Fix comment.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 22 Jul 2003 12:08:58 +0000 (12:08 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 22 Jul 2003 12:08:58 +0000 (12:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7227 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/DataStructure.cpp

index fe38152f31cbc68df4582ff2ba5be6c8bea55293..a3fecec69ccb7edd69217ce8ef2f81d067e7f406 100644 (file)
@@ -1529,9 +1529,9 @@ void DSGraph::removeDeadNodes(unsigned Flags) {
   GlobalNodeMap.clear();
   GlobalsGraph->removeTriviallyDeadNodes();
 
-  // At this point, any nodes which are visited, but not alive, are nodes which
-  // should be moved to the globals graph.  Loop over all nodes, eliminating
-  // completely unreachable nodes, and moving visited nodes to the globals graph
+  // At this point, any nodes which are visited, but not alive, are nodes
+  // which can be removed.  Loop over all nodes, eliminating completely
+  // unreachable nodes.
   //
   std::vector<DSNode*> DeadNodes;
   DeadNodes.reserve(Nodes.size());