projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e6e8e5
)
Fix comment
author
Chris Lattner
<sabre@nondot.org>
Sun, 31 Oct 2004 21:54:51 +0000
(21:54 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/BottomUpClosure.cpp
b/lib/Analysis/DataStructure/BottomUpClosure.cpp
index bf4b01cfc1e9159f16386c7a5564fa1d10f359ef..a358cc5f9104494c50a07c5da3c0f692dce16dd7 100644
(file)
--- a/
lib/Analysis/DataStructure/BottomUpClosure.cpp
+++ b/
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)