Skip to content

Commit e6b43df

Browse files
committed
fix-typo
1 parent 8932511 commit e6b43df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILAnalysis/EscapeAnalysis.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ static bool linkBBArgs(SILBasicBlock *BB) {
879879
if (BB == &BB->getParent()->front())
880880
return false;
881881
// We don't need to link to the try_apply's normal result argument, because
882-
// we handle it separatly in setAllEscaping() and mergeCalleeGraph().
882+
// we handle it separately in setAllEscaping() and mergeCalleeGraph().
883883
if (SILBasicBlock *SinglePred = BB->getSinglePredecessor()) {
884884
auto *TAI = dyn_cast<TryApplyInst>(SinglePred->getTerminator());
885885
if (TAI && BB == TAI->getNormalBB())

0 commit comments

Comments
 (0)