forked from OSchip/llvm-project
Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-variable]
llvm-svn: 164354
This commit is contained in:
parent
3e633a290e
commit
f51004bca5
|
@ -68,7 +68,6 @@ spillCalleeSavedRegisters(MachineBasicBlock &MBB,
|
|||
const TargetRegisterInfo *TRI) const {
|
||||
MachineFunction *MF = MBB.getParent();
|
||||
MachineBasicBlock *EntryBlock = MF->begin();
|
||||
const TargetInstrInfo &TII = *MF->getTarget().getInstrInfo();
|
||||
|
||||
//
|
||||
// Registers RA, S0,S1 are the callee saved registers and they
|
||||
|
|
Loading…
Reference in New Issue