mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Serialization] Drop support for serializing LValueType. (#9080)
This type never appears in API boundaries or in SIL instructions, which means it never gets serialized.
This commit is contained in:
@@ -635,11 +635,6 @@ namespace decls_block {
|
||||
MetatypeRepresentationField // representation
|
||||
>;
|
||||
|
||||
using LValueTypeLayout = BCRecordLayout<
|
||||
LVALUE_TYPE,
|
||||
TypeIDField // object type
|
||||
>;
|
||||
|
||||
using InOutTypeLayout = BCRecordLayout<
|
||||
INOUT_TYPE,
|
||||
TypeIDField // object type
|
||||
|
||||
Reference in New Issue
Block a user