From: Vikram S. Adve Date: Tue, 22 Jul 2003 12:08:58 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40c600e8f399042f1ae5b5ab0fab713c09ee8b44;p=oota-llvm.git Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7227 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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());