Skip to content

Commit 8d17dc4

Browse files
committed
[Gardening] Fixed typo.
1 parent 0943693 commit 8d17dc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/SILOptimizer/Mandatory/AddressLowering.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,9 +2280,9 @@ void ApplyRewriter::convertBeginApplyWithOpaqueYield() {
22802280
info.isConsumed() ? IsTake : IsNotTake,
22812281
IsInitialization);
22822282
} 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
22862286
// invalid memory by rewriting the uses of a yielded guaranteed opaque
22872287
// value as uses of yielded guaranteed storage. However, it must
22882288
// allocate storage for copies of [projections of] such values.

0 commit comments

Comments
 (0)