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.
2 parents 8932511 + e6b43df commit c959ce2Copy full SHA for c959ce2
lib/SILAnalysis/EscapeAnalysis.cpp
@@ -879,7 +879,7 @@ static bool linkBBArgs(SILBasicBlock *BB) {
879
if (BB == &BB->getParent()->front())
880
return false;
881
// We don't need to link to the try_apply's normal result argument, because
882
- // we handle it separatly in setAllEscaping() and mergeCalleeGraph().
+ // we handle it separately in setAllEscaping() and mergeCalleeGraph().
883
if (SILBasicBlock *SinglePred = BB->getSinglePredecessor()) {
884
auto *TAI = dyn_cast<TryApplyInst>(SinglePred->getTerminator());
885
if (TAI && BB == TAI->getNormalBB())
0 commit comments