File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/SILOptimizer/Mandatory Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2280,9 +2280,9 @@ void ApplyRewriter::convertBeginApplyWithOpaqueYield() {
2280
2280
info.isConsumed () ? IsTake : IsNotTake,
2281
2281
IsInitialization);
2282
2282
} else {
2283
- // [in_guaranteed_begin_apply_results] Because OSSA ensure that all uses
2284
- // of a guaranteed value produced by a begin_apply are used within the
2285
- // coroutine's range, AddressLowering will not introduce uses of
2283
+ // [in_guaranteed_begin_apply_results] Because OSSA ensures that all
2284
+ // uses of a guaranteed value produced by a begin_apply are used within
2285
+ // the coroutine's range, AddressLowering will not introduce uses of
2286
2286
// invalid memory by rewriting the uses of a yielded guaranteed opaque
2287
2287
// value as uses of yielded guaranteed storage. However, it must
2288
2288
// allocate storage for copies of [projections of] such values.
You can’t perform that action at this time.
0 commit comments