[llvm] r372271 - llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 15:38:05 PDT 2019
Author: dblaikie
Date: Wed Sep 18 15:38:05 2019
New Revision: 372271
URL: http://llvm.org/viewvc/llvm-project?rev=372271&view=rev
Log:
llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned
Addressing post-commit code review feedback from Dávid Bolvanský -
thanks!
Modified:
llvm/trunk/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
Modified: llvm/trunk/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp?rev=372271&r1=372270&r2=372271&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp (original)
+++ llvm/trunk/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp Wed Sep 18 15:38:05 2019
@@ -75,7 +75,6 @@ static void removeUninterestingBBsFromSw
/// Removes out-of-chunk arguments from functions, and modifies their calls
/// accordingly. It also removes allocations of out-of-chunk arguments.
-/// @returns the Module stripped of out-of-chunk functions
static void extractBasicBlocksFromModule(std::vector<Chunk> ChunksToKeep,
Module *Program) {
int I = 0, BBCount = 0;
More information about the llvm-commits
mailing list