mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -168,7 +168,7 @@ enum TypeClass {
|
||||
};
|
||||
|
||||
static TypeClass getClass (const Type *T) {
|
||||
switch (T->getPrimitiveID ()) {
|
||||
switch (T->getTypeID()) {
|
||||
case Type::UByteTyID: case Type::SByteTyID: return cByte;
|
||||
case Type::UShortTyID: case Type::ShortTyID: return cShort;
|
||||
case Type::PointerTyID:
|
||||
|
Reference in New Issue
Block a user