Add some dummy method impls

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-11-13 03:26:33 +00:00
parent 4de4123fb1
commit c35abc2393

View File

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