aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachinePipeliner.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <thomasp@graphcore.ai>2022-04-04 16:09:07 +0100
committerThomas Preud'homme <thomasp@graphcore.ai>2022-04-04 16:10:27 +0100
commit449ef2fcc667d521073fbec60dd340f70ea60903 (patch)
tree004dbc220d9eeba9128cec4936810055f79552d0 /llvm/lib/CodeGen/MachinePipeliner.cpp
parentb1ed28685766e6632938ea47d1d60c3028ebcfcf (diff)
downloadllvm-449ef2fcc667d521073fbec60dd340f70ea60903.zip
llvm-449ef2fcc667d521073fbec60dd340f70ea60903.tar.gz
llvm-449ef2fcc667d521073fbec60dd340f70ea60903.tar.bz2
[Pipeliner] Fix comment typo
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
-rw-r--r--llvm/lib/CodeGen/MachinePipeliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp
index 2ff274b..0bffa91 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;