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 986d155 commit 027070aCopy full SHA for 027070a
lib/SILOptimizer/Mandatory/CapturePromotion.cpp
@@ -1072,10 +1072,9 @@ class NonEscapingUserVisitor
1072
ALWAYS_NON_ESCAPING_INST(DestroyValue)
1073
ALWAYS_NON_ESCAPING_INST(EndBorrow)
1074
ALWAYS_NON_ESCAPING_INST(DeallocBox)
1075
+ ALWAYS_NON_ESCAPING_INST(EndAccess)
1076
#undef ALWAYS_NON_ESCAPING_INST
1077
- bool visitEndAccessInst(EndAccessInst *) { return true; }
1078
-
1079
bool visitApplyInst(ApplyInst *ai) {
1080
auto argIndex = currentOp.get()->getOperandNumber() - 1;
1081
SILFunctionConventions substConv(ai->getSubstCalleeType(), ai->getModule());
0 commit comments