projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0092df0
)
[NFC] Test commit : fix typo.
author
Alexey Lapshin
<a.v.lapshin@mail.ru>
Fri, 25 Jan 2019 21:59:53 +0000
(21:59 +0000)
committer
Alexey Lapshin
<a.v.lapshin@mail.ru>
Fri, 25 Jan 2019 21:59:53 +0000
(21:59 +0000)
llvm-svn: 352248
llvm/lib/CodeGen/MachinePipeliner.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/MachinePipeliner.cpp
b/llvm/lib/CodeGen/MachinePipeliner.cpp
index
90a54e4
..
fab4451
100644
(file)
--- 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);