forked from OSchip/llvm-project
[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
004d240b6a
commit
f49c5ce3a6
|
@ -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