Skip to content

Commit bea04a3

Browse files
committed
Delete FIXME for something that was fixed in r27024.
Swift SVN r27028
1 parent ce4de4e commit bea04a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILPasses/GenericSpecializer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ GenericSpecializer::specializeApplyInstGroup(
8989
llvm::SmallVector<FullApplySite, 4> NewApplies;
9090
CallGraphEditor Editor(CG);
9191
for (auto AI : ApplyGroup) {
92-
// FIXME: Need to add new applies from cloned functions to the call graph!.
9392
auto Specialized = trySpecializeApplyOfGeneric(AI, &NewFunction,
9493
NewApplies);
9594
if (Specialized) {

0 commit comments

Comments
 (0)