mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add support for conditional checked cast instruction for opaque value types + SILGen support for it
This commit is contained in:
@@ -348,6 +348,7 @@ NO_RESULT_OWNERSHIP_INST(SwitchEnum)
|
||||
NO_RESULT_OWNERSHIP_INST(SwitchEnumAddr)
|
||||
NO_RESULT_OWNERSHIP_INST(DynamicMethodBranch)
|
||||
NO_RESULT_OWNERSHIP_INST(CheckedCastBranch)
|
||||
NO_RESULT_OWNERSHIP_INST(CheckedCastValueBranch)
|
||||
NO_RESULT_OWNERSHIP_INST(CheckedCastAddrBranch)
|
||||
#undef NO_RESULT_OWNERSHIP_INST
|
||||
|
||||
|
||||
Reference in New Issue
Block a user