From: David Blaikie Date: Wed, 18 Sep 2019 22:38:05 +0000 (+0000) Subject: llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=773d4b20c8a6be91b487a45d5b77cbd64b1bb1d9;p=llvm llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned 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 --- diff --git a/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp b/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp index 1f5957ef911..f05017984c9 100644 --- a/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp +++ b/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp @@ -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 ChunksToKeep, Module *Program) { int I = 0, BBCount = 0;