Skip to content

Commit 473985f

Browse files
committed
[AddressLowering] Gardening: Detypo'd.
1 parent c9768e6 commit 473985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/AddressLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ void ValueStorageMap::recordDefProjection(Operand *oper,
10291029
storage.isDefProjection = true;
10301030
}
10311031

1032-
// Mark this operand as coalesced with \p useValue storage.
1032+
// Mark this operand as coalesced with \p userValue storage.
10331033
void ValueStorageMap::recordComposingUseProjection(Operand *oper,
10341034
SILValue userValue) {
10351035
auto &storage = getStorage(oper->get());

0 commit comments

Comments
 (0)