Sema: Fold TypeAliasDecl::computeType() into validateDecl()

This commit is contained in:
Slava Pestov
2019-10-10 02:12:21 -04:00
parent 797a7974bc
commit 6974448b1e
8 changed files with 13 additions and 35 deletions

View File

@@ -733,7 +733,6 @@ private:
NoLoc, NoLoc, IGM.Context.getIdentifier(ArchetypeName), NoLoc,
/*genericparams*/ nullptr, IGM.Context.TheBuiltinModule);
Entry->setUnderlyingType(IGM.Context.TheRawPointerType);
Entry->computeType();
return Entry;
}