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 6f3fff2 commit 4801fe1Copy full SHA for 4801fe1
lib/SILGen/SILGenPattern.cpp
@@ -2207,7 +2207,7 @@ void PatternMatchEmission::emitEnumElementDispatch(
2207
// the value. This invariant makes it easy to specialize code for
2208
// ownership.
2209
if (eltTL->isLoadable()) {
2210
- // If we do not have a loadable value, just use getManagedSubObject
+ // If we do not have a loadable value, just use getManagedSubobject
2211
// Load a loadable data value.
2212
if (eltConsumption == CastConsumptionKind::CopyOnSuccess) {
2213
eltValue = SGF.B.createLoadBorrow(loc, eltValue);
0 commit comments