mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e6e8e5862
commit
3b7b81b814
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user