diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2019-08-24 15:04:33 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2019-08-24 15:04:33 +0000 |
commit | 45d205637a0e848f08f9df9639d06d4d36d4070a (patch) | |
tree | bd111e3e69fbdbd0c245a664a7faee8c3b9be590 /llvm/tools/llvm-reduce | |
parent | 16b322914a3fb153d0f9828db539eba6172b012d (diff) | |
download | bcm5719-llvm-45d205637a0e848f08f9df9639d06d4d36d4070a.tar.gz bcm5719-llvm-45d205637a0e848f08f9df9639d06d4d36d4070a.zip |
[llvm-reduce] Silence -Wdocumentation
ReduceGlobalVars.cpp:17:6: warning: '@returns' command used in a comment that is attached to a function returning void
llvm-svn: 369848
Diffstat (limited to 'llvm/tools/llvm-reduce')
-rw-r--r-- | llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp b/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp index 15bb5a79cb3..efe30c4ac3c 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp +++ b/llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp @@ -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 |