mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-13 00:11:56 +00:00
Fix -Wunused-variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
477e07214c
commit
f22657670b
@ -51,7 +51,6 @@ AVRRegisterInfo::getCallPreservedMask(const MachineFunction &MF,
|
||||
|
||||
BitVector AVRRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
|
||||
BitVector Reserved(getNumRegs());
|
||||
const AVRTargetMachine &TM = static_cast<const AVRTargetMachine&>(MF.getTarget());
|
||||
|
||||
// Reserve the intermediate result registers r1 and r2
|
||||
// The result of instructions like 'mul' is always stored here.
|
||||
@ -269,4 +268,3 @@ void AVRRegisterInfo::splitReg(unsigned Reg,
|
||||
}
|
||||
|
||||
} // end of namespace llvm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user