mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove PolymorphicFunctionType
This commit is contained in:
@@ -944,9 +944,6 @@ void Mangler::mangleType(Type type, unsigned uncurryLevel) {
|
||||
return;
|
||||
}
|
||||
|
||||
case TypeKind::PolymorphicFunction:
|
||||
llvm_unreachable("should not be mangled");
|
||||
|
||||
case TypeKind::SILFunction: {
|
||||
// <type> ::= 'XF' <impl-function-type>
|
||||
// <impl-function-type> ::= <impl-callee-convention>
|
||||
|
||||
Reference in New Issue
Block a user