Don't cache the instruction and register info from the TargetMachine, because
[oota-llvm.git] / lib / Target / Hexagon / HexagonRegisterInfo.h
index c74155ac3ba8c23482dbb08bd3de138293f6df26..fec86dfc3ef9520958b9533f715c3c7b2b94639b 100644 (file)
@@ -44,9 +44,8 @@ class Type;
 
 struct HexagonRegisterInfo : public HexagonGenRegisterInfo {
   HexagonSubtarget &Subtarget;
-  const HexagonInstrInfo &TII;
 
-  HexagonRegisterInfo(HexagonSubtarget &st, const HexagonInstrInfo &tii);
+  HexagonRegisterInfo(HexagonSubtarget &st);
 
   /// Code Generation virtual methods...
   const uint16_t *getCalleeSavedRegs(const MachineFunction *MF = 0) const;