Remove IdentifierType from the type system.

Swift SVN r6327
This commit is contained in:
Argyrios Kyrtzidis
2013-07-17 14:57:38 +00:00
parent f616eeee8b
commit 7476762dae
10 changed files with 0 additions and 194 deletions

View File

@@ -223,7 +223,6 @@ namespace decls_block {
PAREN_TYPE,
TUPLE_TYPE,
TUPLE_TYPE_ELT,
IDENTIFIER_TYPE,
FUNCTION_TYPE,
METATYPE_TYPE,
LVALUE_TYPE,
@@ -304,12 +303,6 @@ namespace decls_block {
BCFixed<1> // vararg?
>;
using IdentifierTypeLayout = BCRecordLayout<
IDENTIFIER_TYPE,
TypeIDField // underlying mapped type
// FIXME: Include the identifier chain for diagnostic purposes.
>;
using FunctionTypeLayout = BCRecordLayout<
FUNCTION_TYPE,
TypeIDField, // input