mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #511 from practicalswift/fix-typos-15
Fix typos (15 of 30)
This commit is contained in:
@@ -181,7 +181,7 @@ rewriteNewLoopEntryCheckBlock(SILBasicBlock *Header,
|
||||
SmallVector<SILArgument*, 4> InsertedPHIs;
|
||||
SILSSAUpdater Updater(&InsertedPHIs);
|
||||
|
||||
// Fix PHIs (incomming arguments).
|
||||
// Fix PHIs (incoming arguments).
|
||||
for (auto *Inst: Header->getBBArgs())
|
||||
updateSSAForUseOfInst(Updater, InsertedPHIs, ValueMap, Header,
|
||||
EntryCheckBlock, Inst);
|
||||
|
||||
Reference in New Issue
Block a user