forked from OSchip/llvm-project
parent
a3a56fa041
commit
0df32f636e
|
@ -182,6 +182,12 @@ public:
|
|||
return get(RegNo).Name;
|
||||
}
|
||||
|
||||
/// getNumRegs - Return the number of registers this target has
|
||||
/// (useful for sizing arrays holding per register information)
|
||||
unsigned getNumRegs() const {
|
||||
return NumRegs;
|
||||
}
|
||||
|
||||
virtual const unsigned* getCalleeSaveRegs() const = 0;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue