mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-15 16:38:41 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60592 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f241b0efb
commit
72eeb94fe1
@ -1800,7 +1800,7 @@ addIntervalsForSpills(const LiveInterval &li,
|
|||||||
// Spill slot weight.
|
// Spill slot weight.
|
||||||
SSWeight = 0.0f;
|
SSWeight = 0.0f;
|
||||||
|
|
||||||
// Each bit specify whether it a spill is required in the MBB.
|
// Each bit specify whether a spill is required in the MBB.
|
||||||
BitVector SpillMBBs(mf_->getNumBlockIDs());
|
BitVector SpillMBBs(mf_->getNumBlockIDs());
|
||||||
DenseMap<unsigned, std::vector<SRInfo> > SpillIdxes;
|
DenseMap<unsigned, std::vector<SRInfo> > SpillIdxes;
|
||||||
BitVector RestoreMBBs(mf_->getNumBlockIDs());
|
BitVector RestoreMBBs(mf_->getNumBlockIDs());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user