Skip to content

Commit a710276

Browse files
committed
Revert "Remove reference to DropDeinitInst since it has not been cherry-picked yet."
This reverts commit 22a9c77.
1 parent 98352d7 commit a710276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Utils/AddressWalker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ AddressUseKind TransitiveAddressWalker::walk(SILValue projectedAddress) && {
157157
isa<BeginAccessInst>(user) || isa<TailAddrInst>(user) ||
158158
isa<IndexAddrInst>(user) || isa<StoreBorrowInst>(user) ||
159159
isa<UncheckedAddrCastInst>(user) || isa<MarkMustCheckInst>(user) ||
160-
isa<MarkUninitializedInst>(user) ||
160+
isa<MarkUninitializedInst>(user) || isa<DropDeinitInst>(user) ||
161161
isa<ProjectBlockStorageInst>(user) || isa<UpcastInst>(user) ||
162162
isa<TuplePackElementAddrInst>(user)) {
163163
transitiveResultUses(op);

0 commit comments

Comments
 (0)