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 94acfd2 commit d61d359Copy full SHA for d61d359
include/swift/SIL/AddressWalker.h
@@ -200,7 +200,7 @@ TransitiveAddressWalker<Impl>::walk(SILValue projectedAddress) && {
200
isa<RetainValueAddrInst>(user) || isa<ReleaseValueAddrInst>(user) ||
201
isa<PackElementSetInst>(user) || isa<PackElementGetInst>(user) ||
202
isa<DeinitExistentialAddrInst>(user) || isa<LoadBorrowInst>(user) ||
203
- isa<TupleAddrConstructorInst>(user)) {
+ isa<TupleAddrConstructorInst>(user) || isa<DeallocPackInst>(user)) {
204
callVisitUse(op);
205
continue;
206
}
0 commit comments