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 a1d1099 commit c9768e6Copy full SHA for c9768e6
lib/SILOptimizer/Mandatory/AddressLowering.cpp
@@ -1342,7 +1342,7 @@ AllocStackInst *OpaqueStorageAllocation::createStackAllocation(SILValue value) {
1342
// For opened existential types, allocate stack space at the type
1343
// definition. Allocating as early as possible provides more opportunity for
1344
// creating use projections into value. But allocation must be no earlier
1345
- // then the latest type definition.
+ // than the latest type definition.
1346
SILInstruction *latestOpeningInst = nullptr;
1347
allocTy.getASTType().visit([&](CanType type) {
1348
auto archetype = dyn_cast<ArchetypeType>(type);
0 commit comments