1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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
This commit is contained in:
Benjamin Kramer 2019-08-24 15:04:33 +00:00
parent 2e5598037b
commit d474a8b811

View 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