summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commitced65e879218e7a2d41c79c0c84a8c7d3dcce23a (patch)
treedce987d909250ab1d827cd4531d0b985f4c9ce2c /llvm/lib/Target
parent83cd87efcd65a7073a115fe648f3e2288f3dd5f7 (diff)
downloadbcm5719-llvm-ced65e879218e7a2d41c79c0c84a8c7d3dcce23a.tar.gz
bcm5719-llvm-ced65e879218e7a2d41c79c0c84a8c7d3dcce23a.zip
Fix a typo.
llvm-svn: 13136
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/SparcV9/SparcV9RegInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9RegInfo.h b/llvm/lib/Target/SparcV9/SparcV9RegInfo.h
index b19c6ba2aac..bc11a645bbe 100644
--- a/llvm/lib/Target/SparcV9/SparcV9RegInfo.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud