Skip to content

Commit 619e39b

Browse files
author
Kai Luo
committed
[NFC][PowerPC] Fixed unused variable 'NewInstr'.
llvm-svn: 365433
1 parent c776dc0 commit 619e39b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/PowerPC/PPCMIPeephole.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,7 @@ bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI,
14391439
MI.getOperand(0).getReg())
14401440
.add(SrcMI->getOperand(1))
14411441
.add(MOpSHMI);
1442+
(void)NewInstr;
14421443

14431444
LLVM_DEBUG(dbgs() << "TO: ");
14441445
LLVM_DEBUG(NewInstr->dump());

0 commit comments

Comments
 (0)