[mips] remove unused fields in MipsInstructionSelector
authorPetar Jovanovic <petar.jovanovic@mips.com>
Fri, 23 Feb 2018 15:34:02 +0000 (15:34 +0000)
committerPetar Jovanovic <petar.jovanovic@mips.com>
Fri, 23 Feb 2018 15:34:02 +0000 (15:34 +0000)
Unused fields cause buildbreak if -Werror,-Wunused-private-field is passed.

llvm-svn: 325916

llvm/lib/Target/Mips/MipsInstructionSelector.cpp

index c94ccba..27d01aa 100644 (file)
@@ -29,11 +29,8 @@ public:
   bool select(MachineInstr &I, CodeGenCoverage &CoverageInfo) const override;
 
 private:
-  const MipsTargetMachine &TM;
-  const MipsSubtarget &STI;
   const MipsInstrInfo &TII;
   const MipsRegisterInfo &TRI;
-  const MipsRegisterBankInfo &RBI;
 };
 
 } // end anonymous namespace