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 33e8c2f commit bd19e3eCopy full SHA for bd19e3e
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