Skip to content

Commit c896766

Browse files
arsenmnikic
andcommitted
Update llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp
Co-authored-by: Nikita Popov <[email protected]>
1 parent 0141187 commit c896766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void rewriteFuncWithReturnType(Function &OldF, Value *NewRetValue) {
7474
}
7575

7676
// If we're returning an instruction, split the basic block so we can let
77-
// EliminateUnreachableBlocks cleanup the successors.
77+
// simpleSimplifyCFG cleanup the successors.
7878
BasicBlock *TailBB = NewRetBlock->splitBasicBlock(NewValIt);
7979

8080
// Replace the unconditional branch splitBasicBlock created

0 commit comments

Comments
 (0)