Add some dummy method impls

llvm-svn: 24345
This commit is contained in:
Chris Lattner 2005-11-13 03:26:33 +00:00
parent ee8cd4e66d
commit 0333e68f72
1 changed files with 8 additions and 0 deletions

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