Fix typos.

This commit is contained in:
practicalswift
2015-12-26 13:51:57 +01:00
parent 07d4558c1c
commit db13bcb22e
22 changed files with 28 additions and 28 deletions

View File

@@ -409,7 +409,7 @@ bool StackPromoter::canPromoteAlloc(SILInstruction *AI,
if (WorkList.empty()) {
if (EndBlock == BB) {
// We reached the EndBlock but didn't find a place for the deallocation
// so far (because we didn't find all uses yet or we entered a another
// so far (because we didn't find all uses yet or we entered another
// stack alloc-dealloc region). Let's extend our lifetime region.
// E.g.:
// %obj = alloc_ref // the allocation