forked from OSchip/llvm-project
R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]
llvm-svn: 179263
This commit is contained in:
parent
3b0853be56
commit
3ee2b1e26f
|
@ -279,6 +279,7 @@ public:
|
|||
getHWInstrDesc(CF_POP))
|
||||
.addImm(CfCount + 1)
|
||||
.addImm(1);
|
||||
(void)MIb;
|
||||
DEBUG(dbgs() << CfCount << ":"; MIb->dump(););
|
||||
MI->eraseFromParent();
|
||||
CfCount++;
|
||||
|
|
Loading…
Reference in New Issue