Skip to content

Commit ded1311

Browse files
committed
[ORC] Fix typo in comment.
1 parent 4996645 commit ded1311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ template <typename ContainerIdT, typename ElementIdT> class WaitingOnGraph {
488488
// Replace individual dependencies with supernode dependencies.
489489
//
490490
// For all dependencies in SNs, if the corresponding node is defined in
491-
// ElemToSN then remove the individual dependency and add the record the
492-
// dependency on the corresponding supernode in SuperNodeDeps.
491+
// ElemToSN then remove the individual dependency and record the dependency
492+
// on the corresponding supernode in SuperNodeDeps.
493493
static void hoistDeps(SuperNodeDepsMap &SuperNodeDeps,
494494
std::vector<std::unique_ptr<SuperNode>> &SNs,
495495
ElemToSuperNodeMap &ElemToSN) {

0 commit comments

Comments
 (0)