Fix typos.

This commit is contained in:
practicalswift
2015-12-23 00:31:13 +01:00
parent 2bfb788ef2
commit 6e3b700b44
28 changed files with 45 additions and 45 deletions

View File

@@ -898,7 +898,7 @@ static bool isRetainAvailableInSomeButNotAllPredecessors(
// Check that there is no decrement or check from the increment to the end
// of the basic block. After we have hoisted the first release this release
// would prevent further hoisting. Instead we check that no decrement or
// check occurs upto this hoisted release.
// check occurs up to this hoisted release.
auto End = CheckUpToInstruction[Pred];
auto EndIt = SILBasicBlock::iterator(End ? *End : Pred->getTerminator());
if (Retain == Pred->rend() || valueHasARCDecrementOrCheckInInstructionRange(