Suppress build warning in -Asserts

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-08-20 20:01:34 +00:00
parent 89bc0a213d
commit bc84ad95b7

View File

@ -734,6 +734,7 @@ bool PBQPRegAlloc::mapPBQPToRegAlloc(const PBQP::Solution &solution) {
lis->addIntervalsForSpills(*spillInterval, spillIs, loopInfo, *vrm); lis->addIntervalsForSpills(*spillInterval, spillIs, loopInfo, *vrm);
addStackInterval(spillInterval, mri); addStackInterval(spillInterval, mri);
(void) oldSpillWeight;
DEBUG(errs() << "VREG " << virtReg << " -> SPILLED (Cost: " DEBUG(errs() << "VREG " << virtReg << " -> SPILLED (Cost: "
<< oldSpillWeight << ", New vregs: "); << oldSpillWeight << ", New vregs: ");