[llvm] r352248 - [NFC] Test commit : fix typo.

Alexey Lapshin via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 25 13:59:53 PST 2019


Author: avl
Date: Fri Jan 25 13:59:53 2019
New Revision: 352248

URL: http://llvm.org/viewvc/llvm-project?rev=352248&view=rev
Log:
  [NFC] Test commit : fix typo.

Modified:
    llvm/trunk/lib/CodeGen/MachinePipeliner.cpp

Modified: llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachinePipeliner.cpp?rev=352248&r1=352247&r2=352248&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachinePipeliner.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachinePipeliner.cpp Fri Jan 25 13:59:53 2019
@@ -1583,7 +1583,7 @@ void SwingSchedulerDAG::groupRemainingNo
   }
 }
 
-/// 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);




More information about the llvm-commits mailing list