diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index 236ecfb6e10..ba8830912ca 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -213,6 +213,14 @@ const Type *Type::getForwardedTypeInternal() const { return ForwardType; } +void Type::refineAbstractType(const DerivedType *OldTy, const Type *NewTy) { + abort(); +} +void Type::typeBecameConcrete(const DerivedType *AbsTy) { + abort(); +} + + // getTypeDescription - This is a recursive function that walks a type hierarchy // calculating the description for a type. //