Remove unused private fields found by clang's new -Wunused-private-field.
[oota-llvm.git] / lib / Target / MSP430 / MSP430InstrInfo.h
index 04f339bdd6081d5976c36d7b74b79d6528b106c3..d79f99245e715a0de1d1f44573dc4bca29a3d35e 100644 (file)
@@ -42,7 +42,6 @@ namespace MSP430II {
 
 class MSP430InstrInfo : public MSP430GenInstrInfo {
   const MSP430RegisterInfo RI;
-  MSP430TargetMachine &TM;
 public:
   explicit MSP430InstrInfo(MSP430TargetMachine &TM);