mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-14 16:40:42 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157195 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b2d81bb50
commit
f496deaa03
@ -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.
|
// 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) {
|
for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ++I) {
|
||||||
SDNode *N = I;
|
SDNode *N = I;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user