mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
New methods
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c136c3f8b
commit
b6197611d5
@ -164,6 +164,10 @@ public:
|
||||
return operator=(H.Ty);
|
||||
}
|
||||
|
||||
/// getRawType - This should only be used to implement the vmcore library.
|
||||
///
|
||||
const Type *getRawType() const { return Ty; }
|
||||
|
||||
private:
|
||||
void addRef();
|
||||
void dropRef();
|
||||
|
@ -141,6 +141,10 @@ public:
|
||||
return true; // Values are always values.
|
||||
}
|
||||
|
||||
/// getRawType - This should only be used to implement the vmcore library.
|
||||
///
|
||||
const Type *getRawType() const { return Ty.getRawType(); }
|
||||
|
||||
private:
|
||||
/// FIXME: this is a gross hack, needed by another gross hack. Eliminate!
|
||||
void setValueType(unsigned VT) { SubclassID = VT; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user