From 10e3fa28d0df4d17130fab08a2c65e6cf7d2c01b Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 15 Aug 2019 04:09:00 +0000 Subject: [NFC] Remove documentation comment to fix warning. Remove the @return to fix the warning: '@returns' command used in a comment that is attached to a function returning void [-Wdocumentation] llvm-svn: 368957 --- llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/tools/llvm-reduce') 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 ChunksToKeep, Module *Program) { // Get GVs inside desired chunks -- cgit v1.2.3