Change target-specific classes to use more precise static types.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
index 5bd4c4d9476d030ea7f4139366c2a57f9221a3f6..ffeab791c83bae0b038f8c78e2fc02dd1c3ebf51 100644 (file)
@@ -78,7 +78,7 @@ public:
   /// such, whenever a client has an instance of instruction info, it should
   /// always be able to get register info as well (through this method).
   ///
-  virtual const TargetRegisterInfo &getRegisterInfo() const { return RI; }
+  virtual const PPCRegisterInfo &getRegisterInfo() const { return RI; }
 
   /// getPointerRegClass - Return the register class to use to hold pointers.
   /// This is used for addressing modes.