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 62d9df3 commit ba237aeCopy full SHA for ba237ae
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -3656,7 +3656,7 @@ Instruction *InstCombinerImpl::visitUnconditionalBranchInst(BranchInst &BI) {
3656
assert(BI.isUnconditional() && "Only for unconditional branches.");
3657
3658
// If this store is the second-to-last instruction in the basic block
3659
- // (excluding debug info and bitcasts of pointers) and if the block ends with
+ // (excluding debug info) and if the block ends with
3660
// an unconditional branch, try to move the store to the successor block.
3661
3662
auto GetLastSinkableStore = [](BasicBlock::iterator BBI) {
0 commit comments