summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-12-05 17:00:16 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-12-05 17:00:16 +0000
commit994faaf2187aca39d8a3367bcd45de549f2bd958 (patch)
treeb560751d12503804dcb3bfe338cfe6fe79a458f8 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parent1aa679227b034e7f5b6ed7106e026fd5c2299058 (diff)
downloadbcm5719-llvm-994faaf2187aca39d8a3367bcd45de549f2bd958.tar.gz
bcm5719-llvm-994faaf2187aca39d8a3367bcd45de549f2bd958.zip
Fix comment.
llvm-svn: 60592
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 18ee27be206..31b300a7204 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -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());
OpenPOWER on IntegriCloud