Skip to content

Commit 707e78e

Browse files
committed
[Gardening] Doc'd field.
1 parent 880f15d commit 707e78e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ class ShrinkBorrowScope {
4949

5050
SmallVectorImpl<CopyValueInst *> &modifiedCopyValueInsts;
5151

52+
/// Instructions which are users of the simple (i.e. not reborrowed) extended
53+
/// i.e. copied lifetime of the introducer.
5254
SmallPtrSet<SILInstruction *, 16> users;
5355

5456
/// Deinit barriers that obstruct hoisting end_borrow instructions.

0 commit comments

Comments
 (0)