diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-07-07 22:53:35 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-07-07 22:53:35 +0000 |
commit | 73ef80f76f6b4e824b382b4e52e31e5477c2701f (patch) | |
tree | 9d0b09a367452f88c5c74f996a78ae49badb0518 | |
parent | 40eda1076a728403591f866849ba8d4b989b40d8 (diff) | |
download | bcm5719-llvm-73ef80f76f6b4e824b382b4e52e31e5477c2701f.tar.gz bcm5719-llvm-73ef80f76f6b4e824b382b4e52e31e5477c2701f.zip |
grammar
llvm-svn: 107831
-rw-r--r-- | llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp index c44a4460fb1..65a3da6f161 100644 --- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/llvm/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. |