We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880f15d commit 707e78eCopy full SHA for 707e78e
lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp
@@ -49,6 +49,8 @@ class ShrinkBorrowScope {
49
50
SmallVectorImpl<CopyValueInst *> &modifiedCopyValueInsts;
51
52
+ /// Instructions which are users of the simple (i.e. not reborrowed) extended
53
+ /// i.e. copied lifetime of the introducer.
54
SmallPtrSet<SILInstruction *, 16> users;
55
56
/// Deinit barriers that obstruct hoisting end_borrow instructions.
0 commit comments