forked from OSchip/llvm-project
Remove an unused variable, NFC.
This commit is contained in:
parent
30ad1742c0
commit
6231ef2624
|
@ -1927,7 +1927,6 @@ bool AVRExpandPseudo::expandASRB6Rd(Block &MBB, BlockIt MBBI) {
|
||||||
Register DstReg = MI.getOperand(0).getReg();
|
Register DstReg = MI.getOperand(0).getReg();
|
||||||
bool DstIsDead = MI.getOperand(0).isDead();
|
bool DstIsDead = MI.getOperand(0).isDead();
|
||||||
bool DstIsKill = MI.getOperand(1).isKill();
|
bool DstIsKill = MI.getOperand(1).isKill();
|
||||||
bool ImpIsDead = MI.getOperand(3).isDead();
|
|
||||||
|
|
||||||
// bst r24, 6
|
// bst r24, 6
|
||||||
// lsl r24
|
// lsl r24
|
||||||
|
|
Loading…
Reference in New Issue