Skip to content

Commit 858d755

Browse files
committed
Fix -Wdocumentation "@returns in a void function" warning. NFCI.
llvm-svn: 372212
1 parent 2dba9a2 commit 858d755

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ static void replaceFunctionCalls(Function &OldF, Function &NewF,
4040

4141
/// Removes out-of-chunk arguments from functions, and modifies their calls
4242
/// accordingly. It also removes allocations of out-of-chunk arguments.
43-
/// @returns the Module stripped of out-of-chunk functions
4443
static void extractArgumentsFromModule(std::vector<Chunk> ChunksToKeep,
4544
Module *Program) {
4645
unsigned I = 0, ArgCount = 0;

0 commit comments

Comments
 (0)