summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-reduce
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2019-08-24 15:04:33 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2019-08-24 15:04:33 +0000
commit45d205637a0e848f08f9df9639d06d4d36d4070a (patch)
treebd111e3e69fbdbd0c245a664a7faee8c3b9be590 /llvm/tools/llvm-reduce
parent16b322914a3fb153d0f9828db539eba6172b012d (diff)
downloadbcm5719-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.cpp1
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
OpenPOWER on IntegriCloud