mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[NFC] Test commit : fix typo.
llvm-svn: 352248
This commit is contained in:
parent
0092df0669
commit
31f47b8194
@ -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