mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Make sure we don't get a warning from this variable that is only used
when compiling with DEBUG. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9157a7eecb
commit
ba29378fdc
@ -433,6 +433,7 @@ bool MipsConstantIslands::runOnMachineFunction(MachineFunction &mf) {
|
||||
// Iteratively place constant pool entries and fix up branches until there
|
||||
// is no change.
|
||||
unsigned NoCPIters = 0, NoBRIters = 0;
|
||||
(void)NoBRIters;
|
||||
while (true) {
|
||||
DEBUG(dbgs() << "Beginning CP iteration #" << NoCPIters << '\n');
|
||||
bool CPChange = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user