Fix -Wdocumentation warning - void function doesn't need a @returns. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 11 Sep 2019 11:12:00 +0000 (11:12 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 11 Sep 2019 11:12:00 +0000 (11:12 +0000)
llvm-svn: 371606

llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp

index edc6375..56e69ce 100644 (file)
@@ -51,7 +51,6 @@ static void eraseMetadataIfOutsideChunk(T &MDUser,
 
 /// Removes all the Named and Unnamed Metadata Nodes, as well as any debug
 /// functions that aren't inside the desired Chunks.
-/// @returns the Module stripped of out-of-chunk MDNodes
 static void extractMetadataFromModule(const std::vector<Chunk> &ChunksToKeep,
                                       Module *Program) {
   std::set<MDNode *> SeenNodes;