mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add some dummy method impls
llvm-svn: 24345
This commit is contained in:
parent
e30379e377
commit
5cafdc4edc
@ -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.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user