Skip to content

Commit 2370197

Browse files
authored
Merge pull request #31436 from gottesmm/pr-a0f486ff8d9b7a1c7493da7dac83053c1a8e4ea4
[silgen] Eliminate stale comment.
2 parents 1f0ecc6 + bb1142e commit 2370197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/SILGenConstructor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,6 @@ void SILGenFunction::emitClassConstructorInitializer(ConstructorDecl *ctor) {
698698
if (NeedsBoxForSelf) {
699699
SILLocation prologueLoc = RegularLocation(ctor);
700700
prologueLoc.markAsPrologue();
701-
// SEMANTIC ARC TODO: When the verifier is complete, review this.
702701
B.emitStoreValueOperation(prologueLoc, selfArg.forward(*this),
703702
VarLocs[selfDecl].value,
704703
StoreOwnershipQualifier::Init);

0 commit comments

Comments
 (0)