Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
[NFC] Remove documentation comment to fix warning.
Browse files Browse the repository at this point in the history
Remove the @return to fix the warning: '@returns' command used in a
comment that is attached to a function returning void [-Wdocumentation]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368957 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
JDevlieghere committed Aug 15, 2019
1 parent 47120bd commit 60f38d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60f38d3

Please sign in to comment.