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.
2 parents 1f0ecc6 + bb1142e commit 2370197Copy full SHA for 2370197
lib/SILGen/SILGenConstructor.cpp
@@ -698,7 +698,6 @@ void SILGenFunction::emitClassConstructorInitializer(ConstructorDecl *ctor) {
698
if (NeedsBoxForSelf) {
699
SILLocation prologueLoc = RegularLocation(ctor);
700
prologueLoc.markAsPrologue();
701
- // SEMANTIC ARC TODO: When the verifier is complete, review this.
702
B.emitStoreValueOperation(prologueLoc, selfArg.forward(*this),
703
VarLocs[selfDecl].value,
704
StoreOwnershipQualifier::Init);
0 commit comments