Skip to content

Commit 701ff06

Browse files
committed
[Gardening] Clarified comment.
1 parent c1bbfc1 commit 701ff06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Utils/CanonicalizeOSSALifetime.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@ static void insertDestroyBeforeInstruction(SILInstruction *nextInstruction,
657657
++NumDestroysGenerated;
658658
}
659659

660-
/// Populate `consumes` with the final destroy points once copies are
661-
/// eliminated. This only applies to owned values.
660+
/// Inserts destroys along the boundary where needed and records all final
661+
/// consuming uses.
662662
///
663663
/// Observations:
664664
/// - currentDef must be postdominated by some subset of its

0 commit comments

Comments
 (0)