diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachinePipeliner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp index 56d998a6bbc..f392b307059 100644 --- a/llvm/lib/CodeGen/MachinePipeliner.cpp +++ b/llvm/lib/CodeGen/MachinePipeliner.cpp @@ -1991,7 +1991,7 @@ void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { if (!NewSet.empty()) NodeSets.push_back(NewSet); - // Create new nodes sets with the connected nodes any any remaining node that + // Create new nodes sets with the connected nodes any remaining node that // has no predecessor. for (unsigned i = 0; i < SUnits.size(); ++i) { SUnit *SU = &SUnits[i]; |