mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Add sub-registers set accessor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9fe9907ff9
commit
e3e31c22bf
@ -270,6 +270,14 @@ public:
|
||||
return get(RegNo).AliasSet;
|
||||
}
|
||||
|
||||
/// getSubRegisters - Return the set of registers that are sub-registers of
|
||||
// the specified register, or a null list of there are none. The list
|
||||
/// returned is zero terminated.
|
||||
///
|
||||
const unsigned *getSubRegisters(unsigned RegNo) const {
|
||||
return get(RegNo).SubRegs;
|
||||
}
|
||||
|
||||
/// getName - Return the symbolic target specific name for the specified
|
||||
/// physical register.
|
||||
const char *getName(unsigned RegNo) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user