mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove select_value SIL instruction
This commit is contained in:
@@ -512,7 +512,6 @@ RuntimeEffect swift::getRuntimeEffect(SILInstruction *inst, SILType &impactType)
|
||||
case SILInstructionKind::UncheckedTakeEnumDataAddrInst:
|
||||
case SILInstructionKind::SelectEnumInst:
|
||||
case SILInstructionKind::SelectEnumAddrInst:
|
||||
case SILInstructionKind::SelectValueInst:
|
||||
case SILInstructionKind::OpenExistentialMetatypeInst:
|
||||
case SILInstructionKind::OpenExistentialBoxInst:
|
||||
case SILInstructionKind::OpenExistentialValueInst:
|
||||
|
||||
Reference in New Issue
Block a user