[NFC] Test commit : fix typo.

llvm-svn: 352248
This commit is contained in:
Alexey Lapshin 2019-01-25 21:59:53 +00:00
parent 0092df0669
commit 31f47b8194
1 changed files with 1 additions and 1 deletions

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);