From 705de8664c31c101ddb45142dce896c9a628df6c Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 19 Sep 2019 11:12:04 +0000 Subject: [PATCH] Fix -Wdocumentation "@returns in a void function" warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372310 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-reduce/deltas/ReduceInstructions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/llvm-reduce/deltas/ReduceInstructions.cpp b/tools/llvm-reduce/deltas/ReduceInstructions.cpp index c6b798236e5..b3497ad2dc0 100644 --- a/tools/llvm-reduce/deltas/ReduceInstructions.cpp +++ b/tools/llvm-reduce/deltas/ReduceInstructions.cpp @@ -17,7 +17,6 @@ using namespace llvm; /// 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 extractInstrFromModule(std::vector ChunksToKeep, Module *Program) { int I = 0, InstCount = 0; -- 2.40.0