mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Typo.
llvm-svn: 157195
This commit is contained in:
parent
6187e32939
commit
8d8d0f7479
@ -5560,7 +5560,7 @@ unsigned SelectionDAG::AssignTopologicalOrder() {
|
||||
}
|
||||
}
|
||||
|
||||
// Visit all the nodes. As we iterate, moves nodes into sorted order,
|
||||
// Visit all the nodes. As we iterate, move nodes into sorted order,
|
||||
// such that by the time the end is reached all nodes will be sorted.
|
||||
for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ++I) {
|
||||
SDNode *N = I;
|
||||
|
Loading…
x
Reference in New Issue
Block a user