mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7227 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
908c1f6fc5
commit
40c600e8f3
@ -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<DSNode*> DeadNodes;
|
||||
DeadNodes.reserve(Nodes.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user