diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-11-19 18:23:19 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-11-19 18:23:19 +0000 |
commit | dec6de92d1425c88f319179fb4a0b0a23f781df9 (patch) | |
tree | 6d66e6b3f8ae339f5d739b64b41f6ff36789c0f4 /lib/Target/ARM | |
parent | a627ef57ec0a0652bd5922fb86568b43f94d9361 (diff) | |
download | external_llvm-dec6de92d1425c88f319179fb4a0b0a23f781df9.zip external_llvm-dec6de92d1425c88f319179fb4a0b0a23f781df9.tar.gz external_llvm-dec6de92d1425c88f319179fb4a0b0a23f781df9.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index d22c43a..9742d2d 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -550,7 +550,7 @@ void ARMConstantIslands::InitialFunctionScan(MachineFunction &MF, case ARM::LEApcrel: // This takes a SoImm, which is 8 bit immediate rotated. We'll // pretend the maximum offset is 255 * 4. Since each instruction - // 4 byte wide, this is always correct. We'llc heck for other + // 4 byte wide, this is always correct. We'll check for other // displacements that fits in a SoImm as well. Bits = 8; Scale = 4; |