Skip to content

Commit 6bce7c0

Browse files
committed
[Gardening] Tweaked comment.
1 parent fb3f753 commit 6bce7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/CopyPropagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ void CopyPropagation::run() {
503503
// Run the sequence of utilities:
504504
// - ShrinkBorrowScope
505505
// - CanonicalizeOSSALifetime
506-
// - LexicalDestroyFolder
506+
// - LexicalDestroyFolding
507507
// at least once and then until each stops making changes.
508508
while (true) {
509509
SmallVector<CopyValueInst *, 4> modifiedCopyValueInsts;

0 commit comments

Comments
 (0)