forked from OSchip/llvm-project
Remove unused variable
This commit is contained in:
parent
bcbd60aeb5
commit
80ef5c5640
|
@ -52,7 +52,6 @@ bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
|
|||
void AVRFrameLowering::emitPrologue(MachineFunction &MF,
|
||||
MachineBasicBlock &MBB) const {
|
||||
MachineBasicBlock::iterator MBBI = MBB.begin();
|
||||
CallingConv::ID CallConv = MF.getFunction().getCallingConv();
|
||||
DebugLoc DL = (MBBI != MBB.end()) ? MBBI->getDebugLoc() : DebugLoc();
|
||||
const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>();
|
||||
const AVRInstrInfo &TII = *STI.getInstrInfo();
|
||||
|
|
Loading…
Reference in New Issue