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 5c6128f commit ea911efCopy full SHA for ea911ef
lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp
@@ -394,7 +394,7 @@ class FindBorrowScopeUses {
394
395
} // namespace
396
397
-/// Erase users from \p outerUseInsts that are not within the borrow scope.
+/// Erase users from \p outerUseInsts that are actually within the borrow scope.
398
void CanonicalizeBorrowScope::filterOuterBorrowUseInsts(
399
OuterUsers &outerUseInsts) {
400
auto *beginBorrow = cast<BeginBorrowInst>(borrowedValue.value);
0 commit comments