]> granicus.if.org Git - llvm/commitdiff
[llvm-reduce] Silence -Wdocumentation
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 24 Aug 2019 15:04:33 +0000 (15:04 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 24 Aug 2019 15:04:33 +0000 (15:04 +0000)
ReduceGlobalVars.cpp:17:6: warning: '@returns' command used in a comment that is attached to a function returning void

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369848 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-reduce/deltas/ReduceGlobalVars.cpp

index 15bb5a79cb38c601369386a062b16267b3f55797..efe30c4ac3c3feca6c79496a33f809eb4a057078 100644 (file)
@@ -14,7 +14,6 @@
 #include "ReduceGlobalVars.h"
 
 /// Removes all the Initialized GVs that aren't inside the desired Chunks.
-/// @returns the Module stripped of out-of-chunk GVs
 static void extractGVsFromModule(std::vector<Chunk> ChunksToKeep,
                                  Module *Program) {
   // Get GVs inside desired chunks