@@ -349,8 +349,8 @@ extension ValueDefUseWalker {
349
349
return unmatchedPath ( value: operand, path: path)
350
350
}
351
351
case is BeginBorrowInst , is CopyValueInst , is MoveValueInst ,
352
- is UpcastInst , is UncheckedRefCastInst , is EndCOWMutationInst , is EndInitLetRefInst ,
353
- is RefToBridgeObjectInst , is BridgeObjectToRefInst , is MarkUnresolvedNonCopyableValueInst :
352
+ is UpcastInst , is UncheckedRefCastInst , is EndCOWMutationInst , is EndInitLetRefInst ,
353
+ is RefToBridgeObjectInst , is BridgeObjectToRefInst , is MarkUnresolvedNonCopyableValueInst :
354
354
return walkDownUses ( ofValue: ( instruction as! SingleValueInstruction ) , path: path)
355
355
case let beginDealloc as BeginDeallocRefInst :
356
356
if operand. index == 0 {
@@ -660,9 +660,9 @@ extension ValueUseDefWalker {
660
660
case let oer as OpenExistentialRefInst :
661
661
return walkUp ( value: oer. existential, path: path. push ( . existential, index: 0 ) )
662
662
case is BeginBorrowInst , is CopyValueInst , is MoveValueInst ,
663
- is UpcastInst , is UncheckedRefCastInst , is EndCOWMutationInst , is EndInitLetRefInst ,
664
- is BeginDeallocRefInst ,
665
- is RefToBridgeObjectInst , is BridgeObjectToRefInst , is MarkUnresolvedNonCopyableValueInst :
663
+ is UpcastInst , is UncheckedRefCastInst , is EndCOWMutationInst , is EndInitLetRefInst ,
664
+ is BeginDeallocRefInst ,
665
+ is RefToBridgeObjectInst , is BridgeObjectToRefInst , is MarkUnresolvedNonCopyableValueInst :
666
666
return walkUp ( value: ( def as! Instruction ) . operands [ 0 ] . value, path: path)
667
667
case let arg as BlockArgument :
668
668
if arg. isPhiArgument {
0 commit comments