summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-19 18:23:19 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-19 18:23:19 +0000
commit36a5bf82bf714e498c4dfe4654d131d84541c60a (patch)
tree094542b5aff16dd06d2ce39711ca1988eff7a98c /llvm/lib
parent73cb65f70411b4a1be862875eb24d6ae0a8b37a1 (diff)
downloadbcm5719-llvm-36a5bf82bf714e498c4dfe4654d131d84541c60a.tar.gz
bcm5719-llvm-36a5bf82bf714e498c4dfe4654d131d84541c60a.zip
fix typo
llvm-svn: 89369
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMConstantIslandPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
index d22c43afc5f..9742d2d7911 100644
--- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud