diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-04-13 11:37:06 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-04-13 11:37:06 +0000 |
commit | 372ffa15cb0d62f0acfc596545733417822dfc0e (patch) | |
tree | c21e5a473c423bb472285486d06e7e9ef3867d50 /llvm/lib/CodeGen/MachinePipeliner.cpp | |
parent | 8db3f7ede6e89a70fc4860d5821d5e115450e33b (diff) | |
download | bcm5719-llvm-372ffa15cb0d62f0acfc596545733417822dfc0e.tar.gz bcm5719-llvm-372ffa15cb0d62f0acfc596545733417822dfc0e.zip |
[NFC] fix trivial typos in comments
"the the" -> "the", "we we" -> "we", etc
llvm-svn: 330006
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]; |