From 773d4b20c8a6be91b487a45d5b77cbd64b1bb1d9 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 18 Sep 2019 22:38:05 +0000 Subject: [PATCH] llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0