mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[NFC] Test commit : fix typo.
llvm-svn: 352248
This commit is contained in:
parent
fa553dd4e8
commit
06581ce5cf
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user