We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b480729 commit 0c29ebbCopy full SHA for 0c29ebb
lib/SILOptimizer/Transforms/DeadCodeElimination.cpp
@@ -292,7 +292,7 @@ void DCE::markLive() {
292
});
293
};
294
// If we have a begin_borrow of a @guaranteed operand, disable DCE'ing
295
- // of parent borrow scopes. Dead reborrows needs complex handling, whuch
+ // of parent borrow scopes. Dead reborrows needs complex handling, which
296
// is why it is disabled for now.
297
if (borrowInst->getOperand()->getOwnershipKind() ==
298
OwnershipKind::Guaranteed) {
0 commit comments