File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -200,14 +200,14 @@ SILValue CanonicalizeBorrowScope::findDefInBorrowScope(SILValue value) {
200
200
return value;
201
201
}
202
202
203
- // / Visit all extended uses within the borrow scope, looking through copies.
204
- // / Call visitUse for uses which could potentially be outside the borrow scope.
205
- // / Call visitForwardingUse for hoistable forwarding operations which could
206
- // / potentially be inside the borrow scope.
203
+ // / Visit all extended uses within the borrow scope, looking through copies and
204
+ // / moves. Call visitUse for uses which could potentially be outside the borrow
205
+ // / scope. Call visitForwardingUse for hoistable forwarding operations which
206
+ // / could potentially be inside the borrow scope.
207
207
// /
208
208
// / The visitor may or may not be able to determine which uses are outside the
209
209
// / scope, but it can filter uses that are definitely within the scope. For
210
- // / example, guaranteed uses and uses in live-out blocks must be both be within
210
+ // / example, guaranteed uses and uses in live-out blocks must both be within
211
211
// / the scope.
212
212
// /
213
213
// / This def-use traversal is similar to findExtendedTransitiveGuaranteedUses(),
You can’t perform that action at this time.
0 commit comments