]> granicus.if.org Git - llvm/commitdiff
llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 18 Sep 2019 22:38:05 +0000 (22:38 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 18 Sep 2019 22:38:05 +0000 (22:38 +0000)
Addressing post-commit code review feedback from Dávid Bolvanský -
thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372271 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp

index 1f5957ef911a01305a985370748a8e50098c90bf..f05017984c97758d11360277e8bc5264b5181c48 100644 (file)
@@ -75,7 +75,6 @@ static void removeUninterestingBBsFromSwitch(SwitchInst &SwInst,
 
 /// 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;