Remove the need to cache the subtarget in the Mips TargetRegisterInfo
[oota-llvm.git] / lib / Target / Mips / MipsSERegisterInfo.h
index 6b70d07b20dcb531f8e3c41f92dd4ea5f442b415..ebae1909d2331f96514e13b10f72fa9228271dc6 100644 (file)
@@ -22,7 +22,7 @@ class MipsSEInstrInfo;
 
 class MipsSERegisterInfo : public MipsRegisterInfo {
 public:
-  MipsSERegisterInfo(const MipsSubtarget &Subtarget);
+  MipsSERegisterInfo();
 
   bool requiresRegisterScavenging(const MachineFunction &MF) const override;