diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-01-07 04:58:58 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-01-07 04:58:58 +0000 |
commit | d23b3d2dfc09fc4f0c308117b3b1c70401f53946 (patch) | |
tree | 8a7bd3fd6656e0139fc238dd66c6e3d8c8b422f4 /llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | |
parent | f291cb268f246c3cdc41718944055742772f81b3 (diff) | |
download | llvm-d23b3d2dfc09fc4f0c308117b3b1c70401f53946.zip llvm-d23b3d2dfc09fc4f0c308117b3b1c70401f53946.tar.gz llvm-d23b3d2dfc09fc4f0c308117b3b1c70401f53946.tar.bz2 |
Fix a comment typo.
llvm-svn: 122994
Diffstat (limited to 'llvm/lib/CodeGen/LocalStackSlotAllocation.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp b/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp index 38a6982..ed33915 100644 --- a/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp +++ b/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp @@ -9,7 +9,7 @@ // // This pass assigns local frame indices to stack slots relative to one another // and allocates additional base registers to access them when the target -// estimates the are likely to be out of range of stack pointer and frame +// estimates they are likely to be out of range of stack pointer and frame // pointer relative addressing. // //===----------------------------------------------------------------------===// |