mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).
This commit is contained in:
@@ -202,7 +202,7 @@ static void redirectTerminator(SILBasicBlock *Latch, unsigned CurLoopIter,
|
||||
// BackegdeBlock:
|
||||
// br HeaderBlock:
|
||||
//
|
||||
// Or a a conditional branch back to the header.
|
||||
// Or a conditional branch back to the header.
|
||||
// HeaderBlock:
|
||||
// ...
|
||||
// cond_br %cond, ExitBlock, HeaderBlock
|
||||
|
||||
Reference in New Issue
Block a user