forked from OSchip/llvm-project
parent
27433af0ee
commit
1efcb40c0f
|
@ -60,6 +60,9 @@ struct AlphaRegisterInfo : public AlphaGenRegisterInfo {
|
|||
int getDwarfRegNum(unsigned RegNum, bool isEH) const;
|
||||
|
||||
static std::string getPrettyName(unsigned reg);
|
||||
|
||||
private:
|
||||
int curgpdist;
|
||||
};
|
||||
|
||||
} // end namespace llvm
|
||||
|
|
Loading…
Reference in New Issue