mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove property behaviors
This commit is contained in:
@@ -2090,8 +2090,6 @@ void SILSerializer::writeSILInstruction(const SILInstruction &SI) {
|
||||
|
||||
break;
|
||||
}
|
||||
case SILInstructionKind::MarkUninitializedBehaviorInst:
|
||||
llvm_unreachable("todo");
|
||||
}
|
||||
// Non-void values get registered in the value table.
|
||||
for (auto result : SI.getResults()) {
|
||||
|
||||
Reference in New Issue
Block a user