mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo
This commit is contained in:
@@ -876,7 +876,7 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
/// A block in the loop is guaranteed to be excuted if it dominates the exiting
|
||||
/// A block in the loop is guaranteed to be executed if it dominates the exiting
|
||||
/// block.
|
||||
static bool isGuaranteedToBeExecuted(DominanceInfo *DT, SILBasicBlock *Block,
|
||||
SILBasicBlock *ExitingBlk) {
|
||||
|
||||
Reference in New Issue
Block a user