AST: Remove PolymorphicFunctionType

This commit is contained in:
Slava Pestov
2016-11-27 05:51:43 -08:00
parent 287700631a
commit 835472b14f
26 changed files with 7 additions and 237 deletions

View File

@@ -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>