mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo
This commit is contained in:
@@ -292,7 +292,7 @@ void DCE::markLive() {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
// If we have a begin_borrow of a @guaranteed operand, disable DCE'ing
|
// If we have a begin_borrow of a @guaranteed operand, disable DCE'ing
|
||||||
// of parent borrow scopes. Dead reborrows needs complex handling, whuch
|
// of parent borrow scopes. Dead reborrows needs complex handling, which
|
||||||
// is why it is disabled for now.
|
// is why it is disabled for now.
|
||||||
if (borrowInst->getOperand()->getOwnershipKind() ==
|
if (borrowInst->getOperand()->getOwnershipKind() ==
|
||||||
OwnershipKind::Guaranteed) {
|
OwnershipKind::Guaranteed) {
|
||||||
|
|||||||
Reference in New Issue
Block a user