Privatize a static variable.
authorOwen Anderson <resistor@mac.com>
Fri, 26 Jun 2009 00:15:27 +0000 (00:15 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 26 Jun 2009 00:15:27 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74234 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaRegisterInfo.h

index c4f5f7b421ddd9adf4cc1fc1729d0e0bb6416398..c9ae4b7fc33c2ade0bd2c6a87096face3421f3c1 100644 (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