forked from OSchip/llvm-project
parent
a874d82492
commit
e7e865cf0b
|
@ -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…
Reference in New Issue