Skip to content

Commit ba237ae

Browse files
committed
Update comment
1 parent 62d9df3 commit ba237ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3656,7 +3656,7 @@ Instruction *InstCombinerImpl::visitUnconditionalBranchInst(BranchInst &BI) {
36563656
assert(BI.isUnconditional() && "Only for unconditional branches.");
36573657

36583658
// 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
3659+
// (excluding debug info) and if the block ends with
36603660
// an unconditional branch, try to move the store to the successor block.
36613661

36623662
auto GetLastSinkableStore = [](BasicBlock::iterator BBI) {

0 commit comments

Comments
 (0)