mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
Suppress build warning in -Asserts
llvm-svn: 79564
This commit is contained in:
parent
e1f6ce48bb
commit
638e57db6e
@ -734,6 +734,7 @@ bool PBQPRegAlloc::mapPBQPToRegAlloc(const PBQP::Solution &solution) {
|
||||
lis->addIntervalsForSpills(*spillInterval, spillIs, loopInfo, *vrm);
|
||||
addStackInterval(spillInterval, mri);
|
||||
|
||||
(void) oldSpillWeight;
|
||||
DEBUG(errs() << "VREG " << virtReg << " -> SPILLED (Cost: "
|
||||
<< oldSpillWeight << ", New vregs: ");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user