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.
2 parents fc43acd + 109eb80 commit 9634db0Copy full SHA for 9634db0
lib/SILOptimizer/Analysis/ARCAnalysis.cpp
@@ -513,8 +513,8 @@ void ConsumedArgToEpilogueReleaseMatcher::findMatchingReleases(
513
//
514
// 2. A release that can not be mapped to any @owned argument.
515
516
- // 3. A release thats mapped to an argument which already has a release that
517
- // overlaps with this release.
+ // 3. A release that is mapped to an argument which already has a release
+ // that overlaps with this release.
518
for (auto II = std::next(BB->rbegin()), IE = BB->rend(); II != IE; ++II) {
519
// If we do not have a release_value or strong_release...
520
if (!isa<ReleaseValueInst>(*II) && !isa<StrongReleaseInst>(*II)) {
0 commit comments