[llvm] [NFC] Fix typo in comment in LowerMemIntrinsics.h (PR #147903)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 00:12:08 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-transforms
Author: Juan Manuel Martinez CaamaƱo (jmmartinez)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/147903.diff
1 Files Affected:
- (modified) llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h (+1-1)
``````````diff
diff --git a/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h b/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
index fe2625cb993ab..d4e72a60fc1ea 100644
--- a/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
+++ b/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
@@ -33,7 +33,7 @@ class Value;
struct Align;
/// Emit a loop implementing the semantics of llvm.memcpy where the size is not
-/// a compile-time constant. Loop will be insterted at \p InsertBefore.
+/// a compile-time constant. Loop will be inserted at \p InsertBefore.
LLVM_ABI void createMemCpyLoopUnknownSize(
Instruction *InsertBefore, Value *SrcAddr, Value *DstAddr, Value *CopyLen,
Align SrcAlign, Align DestAlign, bool SrcIsVolatile, bool DstIsVolatile,
``````````
</details>
https://github.com/llvm/llvm-project/pull/147903
More information about the llvm-commits
mailing list