diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp @@ -1897,7 +1897,7 @@ 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,