We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51adeae commit 9aff5e1Copy full SHA for 9aff5e1
llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -1897,7 +1897,7 @@ bool JumpThreadingPass::MaybeMergeBasicBlockIntoOnlyPred(BasicBlock *BB) {
1897
LVI->eraseBlock(SinglePred);
1898
MergeBasicBlockIntoOnlyPred(BB, DTU);
1899
1900
- // 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
1901
// BB code within one basic block `BB`), we need to invalidate the LVI
1902
// information associated with BB, because the LVI information need not be
1903
// true for all of BB after the merge. For example,
0 commit comments