From f49c5ce3a68bb89f55a24cc033e7afb70a6e1fd3 Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Fri, 23 Feb 2018 15:34:02 +0000 Subject: [mips] remove unused fields in MipsInstructionSelector Unused fields cause buildbreak if -Werror,-Wunused-private-field is passed. llvm-svn: 325916 --- llvm/lib/Target/Mips/MipsInstructionSelector.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Target/Mips') diff --git a/llvm/lib/Target/Mips/MipsInstructionSelector.cpp b/llvm/lib/Target/Mips/MipsInstructionSelector.cpp index c94ccba479d..27d01aadfd5 100644 --- a/llvm/lib/Target/Mips/MipsInstructionSelector.cpp +++ b/llvm/lib/Target/Mips/MipsInstructionSelector.cpp @@ -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 -- cgit v1.2.3