Skip to content

Commit 972fa69

Browse files
authored
[IRGen] Remove outdated comment (#66938)
1 parent d230a1a commit 972fa69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IRGen/GenValueWitness.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,6 @@ static llvm::Constant *getEnumTagFunction(IRGenModule &IGM,
907907
if (typeLayoutEntry->isMultiPayloadEnum()) {
908908
return IGM.getMultiPayloadEnumGenericGetEnumTagFn();
909909
} else {
910-
// TODO: implement support for single payload generic enums
911910
return IGM.getSinglePayloadEnumGenericGetEnumTagFn();
912911
}
913912
} else if (typeLayoutEntry->isMultiPayloadEnum()) {

0 commit comments

Comments
 (0)