Skip to content

Commit 6231ef2

Browse files
committed
Remove an unused variable, NFC.
1 parent 30ad174 commit 6231ef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,6 @@ bool AVRExpandPseudo::expandASRB6Rd(Block &MBB, BlockIt MBBI) {
19271927
Register DstReg = MI.getOperand(0).getReg();
19281928
bool DstIsDead = MI.getOperand(0).isDead();
19291929
bool DstIsKill = MI.getOperand(1).isKill();
1930-
bool ImpIsDead = MI.getOperand(3).isDead();
19311930

19321931
// bst r24, 6
19331932
// lsl r24

0 commit comments

Comments
 (0)