mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Remove method getRegClass from MRegisterInfo, as it is no longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
608624b58f
commit
01808b36c3
@ -175,15 +175,6 @@ public:
|
||||
///
|
||||
const MRegisterDesc &get(unsigned RegNo) const { return operator[](RegNo); }
|
||||
|
||||
/// getRegClass - Return the register class for the specified physical
|
||||
/// register.
|
||||
///
|
||||
const TargetRegisterClass *getRegClass(unsigned RegNo) const {
|
||||
assert(RegNo < NumRegs && "Register number out of range!");
|
||||
assert(PhysRegClasses[RegNo] && "Register is not in a class!");
|
||||
return PhysRegClasses[RegNo];
|
||||
}
|
||||
|
||||
/// getAliasSet - Return the set of registers aliased by the specified
|
||||
/// register, or a null list of there are none. The list returned is zero
|
||||
/// terminated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user