projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f241b0
)
Fix comment.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 5 Dec 2008 17:00:16 +0000
(17:00 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 5 Dec 2008 17:00:16 +0000
(17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60592
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveIntervalAnalysis.cpp
b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 18ee27be206ac3ad5816f6d448c7162ff9a5007e..31b300a7204fe3cac3eed1adc4a659502a8708ab 100644
(file)
--- a/
lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/
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());