grammar
authorJim Grosbach <grosbach@apple.com>
Wed, 7 Jul 2010 22:53:35 +0000 (22:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 7 Jul 2010 22:53:35 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107831 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMConstantIslandPass.cpp

index c44a4460fb1b3615569669a596cbfde8a2930d26..65a3da6f1617c93276ecbe5d56af03de55947328 100644 (file)
@@ -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.