[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9RegInfo.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Apr 23 16:45:02 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9RegInfo.h updated: 1.12 -> 1.13
---
Log message:
Fix a typo.
---
Diffs of the changes: (+1 -2)
Index: llvm/lib/Target/SparcV9/SparcV9RegInfo.h
diff -u llvm/lib/Target/SparcV9/SparcV9RegInfo.h:1.12 llvm/lib/Target/SparcV9/SparcV9RegInfo.h:1.13
--- llvm/lib/Target/SparcV9/SparcV9RegInfo.h:1.12 Fri Apr 23 13:15:48 2004
+++ llvm/lib/Target/SparcV9/SparcV9RegInfo.h Fri Apr 23 16:45:02 2004
@@ -230,7 +230,6 @@
//
virtual unsigned getReturnAddressReg() const = 0;
-
// Each register class has a separate space for register IDs. To convert
// a regId in a register class to a common Id, or vice versa,
// we use the folloing two methods.
@@ -286,7 +285,7 @@
virtual unsigned getFramePointer() const = 0;
virtual unsigned getStackPointer() const = 0;
- // This method gives the the number of bytes of stack spaceallocated
+ // This method gives the the number of bytes of stack space allocated
// to a register when it is spilled to the stack.
//
virtual int getSpilledRegSize(int RegType) const = 0;
More information about the llvm-commits
mailing list