1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[mips] remove unused fields in MipsInstructionSelector

Unused fields cause buildbreak if -Werror,-Wunused-private-field is passed.

llvm-svn: 325916
This commit is contained in:
Petar Jovanovic 2018-02-23 15:34:02 +00:00
parent 740ebeb8fa
commit bd2bc63002

View 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