Privatize a static variable.

llvm-svn: 74234
This commit is contained in:
Owen Anderson 2009-06-26 00:15:27 +00:00
parent 27433af0ee
commit 1efcb40c0f
1 changed files with 3 additions and 0 deletions

View File

@ -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