mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove LocalStorageType, make it a kind of SILType.
Swift SVN r6968
This commit is contained in:
@@ -1671,14 +1671,6 @@ Type ModuleFile::getType(TypeID TID) {
|
||||
break;
|
||||
}
|
||||
|
||||
case decls_block::LOCAL_STORAGE_TYPE: {
|
||||
TypeID valueTypeID;
|
||||
decls_block::LocalStorageTypeLayout::readRecord(scratch, valueTypeID);
|
||||
|
||||
typeOrOffset = LocalStorageType::get(getType(valueTypeID), ctx);
|
||||
break;
|
||||
}
|
||||
|
||||
case decls_block::REFERENCE_STORAGE_TYPE: {
|
||||
uint8_t rawOwnership;
|
||||
TypeID referentTypeID;
|
||||
|
||||
Reference in New Issue
Block a user