We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8932511 commit e6b43dfCopy full SHA for e6b43df
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