We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f16be commit c53b1a5Copy full SHA for c53b1a5
lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp
@@ -972,7 +972,7 @@ static SILValue tryRewriteToPartialApplyStack(
972
973
// Don't run insertDeallocOfCapturedArguments if newPA is in an unreachable
974
// block insertDeallocOfCapturedArguments will run code that computes the DF
975
- // for newPA that will loop infinetly.
+ // for newPA that will loop infinitely.
976
if (unreachableBlocks.count(newPA->getParent()))
977
return closureOp;
978
0 commit comments