From eb04c293780d71d4b381f4bd2c2e852ffc79c029 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Tue, 22 Jul 2003 12:08:58 +0000 Subject: Fix comment. llvm-svn: 7227 --- llvm/lib/Analysis/DataStructure/DataStructure.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Analysis/DataStructure') diff --git a/llvm/lib/Analysis/DataStructure/DataStructure.cpp b/llvm/lib/Analysis/DataStructure/DataStructure.cpp index fe38152f31c..a3fecec69cc 100644 --- a/llvm/lib/Analysis/DataStructure/DataStructure.cpp +++ b/llvm/lib/Analysis/DataStructure/DataStructure.cpp @@ -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 DeadNodes; DeadNodes.reserve(Nodes.size()); -- cgit v1.2.3