mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #502 from practicalswift/fix-typos-6
Fix typos (6 of 30)
This commit is contained in:
@@ -2236,7 +2236,7 @@ void ArrayPropertiesSpecializer::specializeLoopNest() {
|
||||
auto *Header = CheckBlock->getSingleSuccessor();
|
||||
assert(Header);
|
||||
|
||||
// Our loop info is not really completedly valid anymore since the cloner does
|
||||
// Our loop info is not really completely valid anymore since the cloner does
|
||||
// not update it. However, exit blocks of the original loop are still valid.
|
||||
SmallVector<SILBasicBlock *, 16> ExitBlocks;
|
||||
Lp->getExitBlocks(ExitBlocks);
|
||||
|
||||
Reference in New Issue
Block a user