Skip to content

Commit 6e48c36

Browse files
author
Zak Kent
committed
[SILGen] Remove TODO referring to unified entry point emission
1 parent 913b717 commit 6e48c36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILGen/SILGen.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,6 @@ void SILGenModule::emitFunctionDefinition(SILDeclRef constant, SILFunction *f) {
11041104
return;
11051105
}
11061106

1107-
// TODO: Handle main SourceFile emission (currently done by
1108-
// SourceFileScope).
11091107
auto loc = constant.getAsRegularLocation();
11101108
preEmitFunction(constant, f, loc);
11111109
auto *decl = constant.getDecl();

0 commit comments

Comments
 (0)