diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp')
-rw-r--r-- | llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp b/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp index 2483ca8c366..a7e1dbdcb91 100644 --- a/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -272,7 +272,7 @@ int SparcV9RegInfo::getRegType(int unifiedRegNum) const // unsigned SparcV9RegInfo::getRegClassIDOfType(const Type *type, bool isCCReg) const { - Type::PrimitiveID ty = type->getPrimitiveID(); + Type::TypeID ty = type->getTypeID(); unsigned res; // FIXME: Comparing types like this isn't very safe... |