aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-23 21:45:02 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-23 21:45:02 +0000
commitdd6d822fa649a8f8e92aa8b6404f7c2d27372c77 (patch)
tree23c91cf9af5db8870728a6de8013b4498c44db32 /lib/Target/SparcV9
parent4a7553e2da506a718f59869c03c5ce113eb40f7a (diff)
downloadexternal_llvm-dd6d822fa649a8f8e92aa8b6404f7c2d27372c77.zip
external_llvm-dd6d822fa649a8f8e92aa8b6404f7c2d27372c77.tar.gz
external_llvm-dd6d822fa649a8f8e92aa8b6404f7c2d27372c77.tar.bz2
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9')
-rw-r--r--lib/Target/SparcV9/SparcV9RegInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegInfo.h b/lib/Target/SparcV9/SparcV9RegInfo.h
index b19c6ba..bc11a64 100644
--- a/lib/Target/SparcV9/SparcV9RegInfo.h
+++ b/lib/Target/SparcV9/SparcV9RegInfo.h
@@ -230,7 +230,6 @@ public:
//
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 @@ public:
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;