mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
[AVR] Remove an unused local variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c36b154061
commit
180ce98a0d
@ -971,7 +971,6 @@ bool AVRExpandPseudo::expand<AVR::STWPtrRr>(Block &MBB, BlockIt MBBI) {
|
||||
unsigned OpLo, OpHi, SrcLoReg, SrcHiReg;
|
||||
unsigned DstReg = MI.getOperand(0).getReg();
|
||||
unsigned SrcReg = MI.getOperand(1).getReg();
|
||||
bool DstIsKill = MI.getOperand(0).isKill();
|
||||
bool SrcIsKill = MI.getOperand(1).isKill();
|
||||
OpLo = AVR::STPtrRr;
|
||||
OpHi = AVR::STDPtrQRr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user