[NFC] Test commit : fix typo.
authorAlexey Lapshin <a.v.lapshin@mail.ru>
Fri, 25 Jan 2019 21:59:53 +0000 (21:59 +0000)
committerAlexey Lapshin <a.v.lapshin@mail.ru>
Fri, 25 Jan 2019 21:59:53 +0000 (21:59 +0000)
llvm-svn: 352248

llvm/lib/CodeGen/MachinePipeliner.cpp

index 90a54e4..fab4451 100644 (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);