]> granicus.if.org Git - llvm/commitdiff
Fix -Wdocumentation "@returns in a void function" warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 19 Sep 2019 11:12:04 +0000 (11:12 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 19 Sep 2019 11:12:04 +0000 (11:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372310 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-reduce/deltas/ReduceInstructions.cpp

index c6b798236e50314cf919c40a35cef2ea9ce27875..b3497ad2dc02d3a634bc822f7a5e059ebff995f8 100644 (file)
@@ -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<Chunk> ChunksToKeep,
                                    Module *Program) {
   int I = 0, InstCount = 0;