mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
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:
parent
4de4123fb1
commit
c35abc2393
@ -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