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:
parent
740ebeb8fa
commit
bd2bc63002
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user