[AVR] Remove an unused local variable

llvm-svn: 301413
This commit is contained in:
Dylan McKay 2017-04-26 14:47:27 +00:00
parent 3603e3f22d
commit 828bd6169c
1 changed files with 0 additions and 1 deletions

View File

@ -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;