mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[semantic-arc] Wire up Parsing/Printing/IRGen/Serialization/Deserialization for copy_value, destroy_value.
rdar://28851920
This commit is contained in:
@@ -325,6 +325,7 @@ InlineCost swift::instructionInlineCost(SILInstruction &I) {
|
||||
case ValueKind::CopyBlockInst:
|
||||
case ValueKind::CopyAddrInst:
|
||||
case ValueKind::RetainValueInst:
|
||||
case ValueKind::CopyValueInst:
|
||||
case ValueKind::DeallocBoxInst:
|
||||
case ValueKind::DeallocExistentialBoxInst:
|
||||
case ValueKind::DeallocRefInst:
|
||||
@@ -337,6 +338,7 @@ InlineCost swift::instructionInlineCost(SILInstruction &I) {
|
||||
case ValueKind::ProjectBoxInst:
|
||||
case ValueKind::ProjectExistentialBoxInst:
|
||||
case ValueKind::ReleaseValueInst:
|
||||
case ValueKind::DestroyValueInst:
|
||||
case ValueKind::AutoreleaseValueInst:
|
||||
case ValueKind::DynamicMethodBranchInst:
|
||||
case ValueKind::DynamicMethodInst:
|
||||
|
||||
Reference in New Issue
Block a user