1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[NFC] Test commit : fix typo.

llvm-svn: 352248
This commit is contained in:
Alexey Lapshin 2019-01-25 21:59:53 +00:00
parent fa553dd4e8
commit 06581ce5cf

View File

@ -1583,7 +1583,7 @@ void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) {
}
}
/// Add the node to the set, and add all is its connected nodes to the set.
/// Add the node to the set, and add all of its connected nodes to the set.
void SwingSchedulerDAG::addConnectedNodes(SUnit *SU, NodeSet &NewSet,
SetVector<SUnit *> &NodesAdded) {
NewSet.insert(SU);