Fix comment
authorChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2004 21:54:51 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2004 21:54:51 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17377 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/BottomUpClosure.cpp

index bf4b01cfc1e9159f16386c7a5564fa1d10f359ef..a358cc5f9104494c50a07c5da3c0f692dce16dd7 100644 (file)
@@ -323,7 +323,7 @@ void BUDataStructures::calculateGraph(DSGraph &Graph) {
   DSScalarMap &MainSM = Graph.getScalarMap();
   ReachabilityCloner RC(*GlobalsGraph, Graph, DSGraph::StripAllocaBit);
 
-  // Clone everything reachable from globals in the "main" graph into the
+  // Clone everything reachable from globals in the function graph into the
   // globals graph.
   for (DSScalarMap::global_iterator I = MainSM.global_begin(),
          E = MainSM.global_end(); I != E; ++I)