[llvm] 449ef2f - [Pipeliner] Fix comment typo

Thomas Preud'homme via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 08:10:39 PDT 2022


Author: Thomas Preud'homme
Date: 2022-04-04T16:10:27+01:00
New Revision: 449ef2fcc667d521073fbec60dd340f70ea60903

URL: https://github.com/llvm/llvm-project/commit/449ef2fcc667d521073fbec60dd340f70ea60903
DIFF: https://github.com/llvm/llvm-project/commit/449ef2fcc667d521073fbec60dd340f70ea60903.diff

LOG: [Pipeliner] Fix comment typo

Added: 
    

Modified: 
    llvm/lib/CodeGen/MachinePipeliner.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp
index 2ff274bb09d44..0bffa9154fc4b 100644
--- a/llvm/lib/CodeGen/MachinePipeliner.cpp
+++ b/llvm/lib/CodeGen/MachinePipeliner.cpp
@@ -1718,7 +1718,7 @@ void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) {
 }
 
 /// Add the nodes that do not belong to a recurrence set into groups
-/// based upon connected componenets.
+/// based upon connected components.
 void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) {
   SetVector<SUnit *> NodesAdded;
   SmallPtrSet<SUnit *, 8> Visited;


        


More information about the llvm-commits mailing list