[llvm] b3000ec - [SelectionDAG] Fix typo in comment
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 9 02:12:49 PST 2023
Author: Jay Foad
Date: 2023-12-09T10:12:32Z
New Revision: b3000ecb3c165b7b14d997ee4ae96feed4e5e767
URL: https://github.com/llvm/llvm-project/commit/b3000ecb3c165b7b14d997ee4ae96feed4e5e767
DIFF: https://github.com/llvm/llvm-project/commit/b3000ecb3c165b7b14d997ee4ae96feed4e5e767.diff
LOG: [SelectionDAG] Fix typo in comment
Added:
Modified:
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index ed1c96a873748f..4fd76d012a167d 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -7123,7 +7123,7 @@ void SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I,
EVT::getIntegerVT(*Context, 8), MachinePointerInfo(I.getArgOperand(0)),
/* align */ std::nullopt, Flags);
- // Chain the prefetch in parallell with any pending loads, to stay out of
+ // Chain the prefetch in parallel with any pending loads, to stay out of
// the way of later optimizations.
PendingLoads.push_back(Result);
Result = getRoot();
More information about the llvm-commits
mailing list