aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-07-07 22:53:35 +0000
committerJim Grosbach <grosbach@apple.com>2010-07-07 22:53:35 +0000
commit03e2d44722c1ebd3953007db0579147b46efba18 (patch)
treeff89cc0988fd425da5f5dd6b004bfdad0dd4a0c9 /lib/Target
parentc7937ae025194cb62ffcd592785c3ad97e7882ce (diff)
downloadexternal_llvm-03e2d44722c1ebd3953007db0579147b46efba18.zip
external_llvm-03e2d44722c1ebd3953007db0579147b46efba18.tar.gz
external_llvm-03e2d44722c1ebd3953007db0579147b46efba18.tar.bz2
grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/ARM/ARMConstantIslandPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp
index c44a446..65a3da6 100644
--- a/lib/Target/ARM/ARMConstantIslandPass.cpp
+++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -1787,7 +1787,7 @@ AdjustJTTargetBlockForward(MachineBasicBlock *BB, MachineBasicBlock *JTBB)
{
MachineFunction &MF = *BB->getParent();
- // If it's the destination block is terminated by an unconditional branch,
+ // If the destination block is terminated by an unconditional branch,
// try to move it; otherwise, create a new block following the jump
// table that branches back to the actual target. This is a very simple
// heuristic. FIXME: We can definitely improve it.