We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4de4e commit bea04a3Copy full SHA for bea04a3
lib/SILPasses/GenericSpecializer.cpp
@@ -89,7 +89,6 @@ GenericSpecializer::specializeApplyInstGroup(
89
llvm::SmallVector<FullApplySite, 4> NewApplies;
90
CallGraphEditor Editor(CG);
91
for (auto AI : ApplyGroup) {
92
- // FIXME: Need to add new applies from cloned functions to the call graph!.
93
auto Specialized = trySpecializeApplyOfGeneric(AI, &NewFunction,
94
NewApplies);
95
if (Specialized) {
0 commit comments