Skip to content

Commit 117d40b

Browse files
committed
TODO: missing cases
1 parent 921de5f commit 117d40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftCompilerSources/Sources/Optimizer/Utilities/OwnershipLiveness.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ extension InteriorUseVisitor: AddressDefUseWalker {
358358
if address.value.type.objectType.isTrivial(in: function) {
359359
return .continueWalk
360360
}
361+
//!!! handle BeginAccess
361362
switch address.instruction {
362363
case let load as LoadBorrowInst:
363364
return visitUsesOfInner(value: load)

0 commit comments

Comments
 (0)