summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-18 14:43:39 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-18 14:43:39 +0000
commit7eb05a170a7fcd7d63ce12b6692c2e9e27631634 (patch)
tree640876643616502c9623ba5d14e021c7c88b9682 /llvm/lib/CodeGen
parent688d99fd9ceafc4d0b99501d1cf5d49892c44166 (diff)
downloadbcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.tar.gz
bcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.zip
Spell `necessary' correctly.
llvm-svn: 7944
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAllocSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp
index ba571e4116e..57d678b02f0 100644
--- a/llvm/lib/CodeGen/RegAllocSimple.cpp
+++ b/llvm/lib/CodeGen/RegAllocSimple.cpp
@@ -58,7 +58,7 @@ namespace {
void AllocateBasicBlock(MachineBasicBlock &MBB);
/// getStackSpaceFor - This returns the offset of the specified virtual
- /// register on the stack, allocating space if neccesary.
+ /// register on the stack, allocating space if necessary.
int getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC);
/// Given a virtual register, return a compatible physical register that is
OpenPOWER on IntegriCloud