aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-07-29 04:25:43 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-07-29 04:25:43 +0000
commit988f5b530af452ded50eed9ff36becb397d5f444 (patch)
tree453cf45e67d58bd9bba3d96216d982bb62874de6
parent3638e9918c632ab517066d79790601d25de568c9 (diff)
Fix a few typoes and grammaroes in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15319 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/RegAlloc/LiveRange.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/LiveRange.h b/lib/Target/SparcV9/RegAlloc/LiveRange.h
index 045a91032c..3d19bbd1fc 100644
--- a/lib/Target/SparcV9/RegAlloc/LiveRange.h
+++ b/lib/Target/SparcV9/RegAlloc/LiveRange.h
@@ -40,8 +40,8 @@ class LiveRange : public ValueSet {
int Color; // color assigned to this live range
bool mustSpill; // whether this LR must be spilt
- /// SuggestedColor - if this LR has a suggested color, can it be
- /// really alloated? A suggested color cannot be allocated when the
+ /// SuggestedColor - if this LR has a suggested color, can it
+ /// really be allocated? A suggested color cannot be allocated when the
/// suggested color is volatile and when there are call
/// interferences.
///
@@ -60,12 +60,12 @@ class LiveRange : public ValueSet {
///
int SpilledStackOffsetFromFP;
- /// HasSpillOffset 0 Whether this live range has a spill offset
+ /// HasSpillOffset - True iff this live range has a spill offset.
///
bool HasSpillOffset;
- /// The spill cost of this live range. Calculated using loop depth of
- /// each reference to each Value in the live range
+ /// SpillCost - The spill cost of this live range. Calculated using loop depth
+ /// of each reference to each Value in the live range.
///
unsigned SpillCost;