diff options
| author | Kazu Hirata <kazu@google.com> | 2019-11-08 09:29:46 -0800 |
|---|---|---|
| committer | Kazu Hirata <kazu@google.com> | 2019-11-08 09:29:46 -0800 |
| commit | 9aff5e1c188445190249f5cb78a574a4bedc55b0 (patch) | |
| tree | 07d18f1cd67aec630fa678118ea888081174d39e /llvm/lib | |
| parent | 51adeae1c90c966f5ae7eb1aa8a380fcc7cd4806 (diff) | |
| download | bcm5719-llvm-9aff5e1c188445190249f5cb78a574a4bedc55b0.tar.gz bcm5719-llvm-9aff5e1c188445190249f5cb78a574a4bedc55b0.zip | |
[JumpThreading] Fix a comment typo (NFC)
Reviewers: kazu
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70013
Diffstat (limited to 'llvm/lib')
| -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 347e2cb273c..6b90f41718c 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp @@ -1897,7 +1897,7 @@ bool JumpThreadingPass::MaybeMergeBasicBlockIntoOnlyPred(BasicBlock *BB) { LVI->eraseBlock(SinglePred); MergeBasicBlockIntoOnlyPred(BB, DTU); - // Now that BB is merged into SinglePred (i.e. SinglePred Code followed by + // Now that BB is merged into SinglePred (i.e. SinglePred code followed by // BB code within one basic block `BB`), we need to invalidate the LVI // information associated with BB, because the LVI information need not be // true for all of BB after the merge. For example, |

