diff options
| author | Petar Jovanovic <petar.jovanovic@mips.com> | 2018-02-23 15:34:02 +0000 |
|---|---|---|
| committer | Petar Jovanovic <petar.jovanovic@mips.com> | 2018-02-23 15:34:02 +0000 |
| commit | f49c5ce3a68bb89f55a24cc033e7afb70a6e1fd3 (patch) | |
| tree | a6ffa3f6d0222cf68e9a8265d25c3cd3bf054e62 /llvm | |
| parent | 004d240b6a8f06227f0e819c15e949ffc5fbd7c2 (diff) | |
| download | bcm5719-llvm-f49c5ce3a68bb89f55a24cc033e7afb70a6e1fd3.tar.gz bcm5719-llvm-f49c5ce3a68bb89f55a24cc033e7afb70a6e1fd3.zip | |
[mips] remove unused fields in MipsInstructionSelector
Unused fields cause buildbreak if -Werror,-Wunused-private-field is passed.
llvm-svn: 325916
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstructionSelector.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 |

