mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Fold TypeAliasDecl::computeType() into validateDecl()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user