Skip to content

Commit 7d16503

Browse files
committed
[Gardening] Doc'd field.
1 parent e3b4a7b commit 7d16503

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
@@ -50,6 +50,8 @@ class ShrinkBorrowScope {
5050
SmallVectorImpl<CopyValueInst *> &modifiedCopyValueInsts;
5151

5252
SmallPtrSet<SILInstruction *, 16> users;
53+
54+
/// Deinit barriers that obstruct hoisting end_borrow instructions.
5355
llvm::SmallVector<std::pair<SILBasicBlock *, SILInstruction *>>
5456
barrierInstructions;
5557

0 commit comments

Comments
 (0)