From e3c00e9eeeff35a32d2c18a32fb87efba8acc821 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 31 Oct 2004 21:54:51 +0000 Subject: Fix comment llvm-svn: 17377 --- llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/DataStructure') diff --git a/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp b/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp index bf4b01cfc1e..a358cc5f910 100644 --- a/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp +++ b/llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp @@ -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) -- cgit v1.2.3