[llvm] ded1311 - [ORC] Fix typo in comment.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 23 14:39:26 PST 2025
Author: Lang Hames
Date: 2025-11-24T09:38:21+11:00
New Revision: ded1311a28021c86814df34a00c8432bad02cc30
URL: https://github.com/llvm/llvm-project/commit/ded1311a28021c86814df34a00c8432bad02cc30
DIFF: https://github.com/llvm/llvm-project/commit/ded1311a28021c86814df34a00c8432bad02cc30.diff
LOG: [ORC] Fix typo in comment.
Added:
Modified:
llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h b/llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h
index d8506ce830bdc..f9995917363f9 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/WaitingOnGraph.h
@@ -488,8 +488,8 @@ template <typename ContainerIdT, typename ElementIdT> class WaitingOnGraph {
// Replace individual dependencies with supernode dependencies.
//
// For all dependencies in SNs, if the corresponding node is defined in
- // ElemToSN then remove the individual dependency and add the record the
- // dependency on the corresponding supernode in SuperNodeDeps.
+ // ElemToSN then remove the individual dependency and record the dependency
+ // on the corresponding supernode in SuperNodeDeps.
static void hoistDeps(SuperNodeDepsMap &SuperNodeDeps,
std::vector<std::unique_ptr<SuperNode>> &SNs,
ElemToSuperNodeMap &ElemToSN) {
More information about the llvm-commits
mailing list