From: Dylan McKay Date: Sat, 13 May 2017 00:00:26 +0000 (+0000) Subject: [AVR] Remove an unused variable X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c707da6ac890494f4e8d3ea9f2cda8daf5c519d;p=platform%2Fupstream%2Fllvm.git [AVR] Remove an unused variable llvm-svn: 302970 --- diff --git a/llvm/lib/Target/AVR/AVRRegisterInfo.cpp b/llvm/lib/Target/AVR/AVRRegisterInfo.cpp index 2813e24..11a47ba 100644 --- a/llvm/lib/Target/AVR/AVRRegisterInfo.cpp +++ b/llvm/lib/Target/AVR/AVRRegisterInfo.cpp @@ -52,7 +52,6 @@ AVRRegisterInfo::getCallPreservedMask(const MachineFunction &MF, BitVector AVRRegisterInfo::getReservedRegs(const MachineFunction &MF) const { BitVector Reserved(getNumRegs()); const AVRTargetMachine &TM = static_cast(MF.getTarget()); - const TargetFrameLowering *TFI = TM.getSubtargetImpl()->getFrameLowering(); // Reserve the intermediate result registers r1 and r2 // The result of instructions like 'mul' is always stored here.