[llvm-commits] CVS: llvm/lib/Target/SparcV9/RegAlloc/LiveRange.h
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Jul 28 21:25:54 PDT 2004
Changes in directory llvm/lib/Target/SparcV9/RegAlloc:
LiveRange.h updated: 1.26 -> 1.27
---
Log message:
Fix a few typoes and grammaroes in comments.
---
Diffs of the changes: (+5 -5)
Index: llvm/lib/Target/SparcV9/RegAlloc/LiveRange.h
diff -u llvm/lib/Target/SparcV9/RegAlloc/LiveRange.h:1.26 llvm/lib/Target/SparcV9/RegAlloc/LiveRange.h:1.27
--- llvm/lib/Target/SparcV9/RegAlloc/LiveRange.h:1.26 Wed Jul 28 23:15:36 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/LiveRange.h Wed Jul 28 23:25:43 2004
@@ -40,8 +40,8 @@
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 @@
///
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;
More information about the llvm-commits
mailing list