1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix comment.

llvm-svn: 60592
This commit is contained in:
Evan Cheng 2008-12-05 17:00:16 +00:00
parent c2986f3f3a
commit 6879b66c9e

View File

@ -1800,7 +1800,7 @@ addIntervalsForSpills(const LiveInterval &li,
// Spill slot weight.
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());
DenseMap<unsigned, std::vector<SRInfo> > SpillIdxes;
BitVector RestoreMBBs(mf_->getNumBlockIDs());