mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typos
This commit is contained in:
@@ -454,7 +454,7 @@ static SILInstruction *createValueForEdge(SILInstruction *UserInst,
|
||||
return createEnumElement(Builder, SEI, Case.get());
|
||||
}
|
||||
|
||||
/// Peform dominator based value simplifications and jump threading on all users
|
||||
/// Perform dominator based value simplifications and jump threading on all users
|
||||
/// of the operand of 'DominatingBB's terminator.
|
||||
static bool tryDominatorBasedSimplifications(
|
||||
SILBasicBlock *DominatingBB, DominanceInfo *DT,
|
||||
|
||||
Reference in New Issue
Block a user