aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2024-06-13 20:20:27 +0100
committerGitHub <noreply@github.com>2024-06-13 20:20:27 +0100
commitd4a0154902fb9b0611ed857134b26a64a1d5ad1e (patch)
tree59ee0f3b971b27fe5718ce6a4f658d6b730e97ac /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
parentcd94fa7e7595cbd0c22e898170d8ee9648b47285 (diff)
downloadllvm-d4a0154902fb9b0611ed857134b26a64a1d5ad1e.zip
llvm-d4a0154902fb9b0611ed857134b26a64a1d5ad1e.tar.gz
llvm-d4a0154902fb9b0611ed857134b26a64a1d5ad1e.tar.bz2
[llvm-project] Fix typo "seperate" (#95373)
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp b/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
index dd7150b..15303a1 100644
--- a/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
+++ b/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
@@ -849,7 +849,7 @@ bool llvm::UnrollRuntimeLoopRemainder(
for (unsigned i = 0; i < oldNumOperands; i++){
auto *PredBB =PN.getIncomingBlock(i);
if (PredBB == Latch)
- // The latch exit is handled seperately, see connectX
+ // The latch exit is handled separately, see connectX
continue;
if (!L->contains(PredBB))
// Even if we had dedicated exits, the code above inserted an