diff options
| author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
| commit | 572e03a3965d783ea51d1844d202d822ad6e8f8c (patch) | |
| tree | 96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/lib/Transforms/Scalar/JumpThreading.cpp | |
| parent | 175d633271c3b76535474168522578ca244aae5d (diff) | |
| download | bcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz bcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip | |
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/lib/Transforms/Scalar/JumpThreading.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/JumpThreading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index 1ebc6a5b1aa..1130d228acb 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp @@ -759,7 +759,7 @@ bool JumpThreading::ProcessBlock(BasicBlock *BB) { if (CmpInst *CondCmp = dyn_cast<CmpInst>(CondInst)) { // If we're branching on a conditional, LVI might be able to determine - // it's value at the the branch instruction. We only handle comparisons + // it's value at the branch instruction. We only handle comparisons // against a constant at this time. // TODO: This should be extended to handle switches as well. BranchInst *CondBr = dyn_cast<BranchInst>(BB->getTerminator()); |

