diff options
author | Alexey Lapshin <a.v.lapshin@mail.ru> | 2019-01-25 21:59:53 +0000 |
---|---|---|
committer | Alexey Lapshin <a.v.lapshin@mail.ru> | 2019-01-25 21:59:53 +0000 |
commit | 31f47b8194f8e9581b6d661c6ca2d7d925e41c2b (patch) | |
tree | 319bfe5c6b03aadb157cd27e7482b7b7c544557f /llvm/lib/CodeGen/MachinePipeliner.cpp | |
parent | 0092df0669635b38f2eff107ff1eb21850588d13 (diff) | |
download | bcm5719-llvm-31f47b8194f8e9581b6d661c6ca2d7d925e41c2b.tar.gz bcm5719-llvm-31f47b8194f8e9581b6d661c6ca2d7d925e41c2b.zip |
[NFC] Test commit : fix typo.
llvm-svn: 352248
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 90a54e423ec..fab44512914 100644 --- a/llvm/lib/CodeGen/MachinePipeliner.cpp +++ b/llvm/lib/CodeGen/MachinePipeliner.cpp @@ -1583,7 +1583,7 @@ void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) { } } -/// 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); |