mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typos in comments.
This commit is contained in:
@@ -849,7 +849,7 @@ static bool tryToSinkRefCountInst(SILBasicBlock::iterator T,
|
||||
|
||||
// Ok, it is legal for us to sink this increment to our successors. Create a
|
||||
// copy of this instruction in each one of our successors unless they are
|
||||
// ignoreable trap blocks.
|
||||
// ignorable trap blocks.
|
||||
DEBUG(llvm::dbgs() << " Sinking " << *I);
|
||||
SILBuilderWithScope Builder(T, &*I);
|
||||
for (auto &Succ : T->getParent()->getSuccessors()) {
|
||||
|
||||
Reference in New Issue
Block a user