Skip to content

Commit 7248e57

Browse files
committed
[BOLT][NFC] Fix duplicate word typo
Based on https://reviews.llvm.org/D137338
1 parent 932a618 commit 7248e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/TailDuplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ void TailDuplication::runOnFunction(BinaryFunction &Function) {
607607
if (BlocksToDuplicate.empty())
608608
continue;
609609

610-
// Apply the the duplication
610+
// Apply the duplication
611611
ModifiedFunction = true;
612612
DuplicationsDynamicCount += BB->getExecutionCount();
613613
auto DuplicatedBlocks = duplicateBlocks(*BB, BlocksToDuplicate);

0 commit comments

Comments
 (0)