From 0c707da6ac890494f4e8d3ea9f2cda8daf5c519d Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sat, 13 May 2017 00:00:26 +0000 Subject: [AVR] Remove an unused variable llvm-svn: 302970 --- llvm/lib/Target/AVR/AVRRegisterInfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/AVR') diff --git a/llvm/lib/Target/AVR/AVRRegisterInfo.cpp b/llvm/lib/Target/AVR/AVRRegisterInfo.cpp index 2813e24d2ac..11a47bad78b 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. -- cgit v1.2.3