mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
[NFC][PowerPC] Fixed unused variable 'NewInstr'.
llvm-svn: 365433
This commit is contained in:
parent
c776dc0b60
commit
619e39bc72
@ -1439,6 +1439,7 @@ bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI,
|
||||
MI.getOperand(0).getReg())
|
||||
.add(SrcMI->getOperand(1))
|
||||
.add(MOpSHMI);
|
||||
(void)NewInstr;
|
||||
|
||||
LLVM_DEBUG(dbgs() << "TO: ");
|
||||
LLVM_DEBUG(NewInstr->dump());
|
||||
|
Loading…
Reference in New Issue
Block a user