mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7a040f9ab
commit
4eb5f18956
@ -279,6 +279,7 @@ public:
|
||||
getHWInstrDesc(CF_POP))
|
||||
.addImm(CfCount + 1)
|
||||
.addImm(1);
|
||||
(void)MIb;
|
||||
DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
|
||||
MI->eraseFromParent();
|
||||
CfCount++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user