From 40c600e8f399042f1ae5b5ab0fab713c09ee8b44 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Tue, 22 Jul 2003 12:08:58 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7227 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/DataStructure/DataStructure.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Analysis/DataStructure/DataStructure.cpp b/lib/Analysis/DataStructure/DataStructure.cpp index fe38152f31c..a3fecec69cc 100644 --- a/lib/Analysis/DataStructure/DataStructure.cpp +++ b/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()); -- 2.34.1