Commit bda73ae0 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

Fix -Wdocumentation warning (@returns used in void function). NFCI.

llvm-svn: 368693
parent 202d660a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

/// Removes all the Defined Functions (as well as their calls)
/// that aren't inside any of the desired Chunks.
/// @returns the Module stripped of out-of-chunk functions
static void extractFunctionsFromModule(const std::vector<Chunk> &ChunksToKeep,
                                       Module *Program) {
  // Get functions inside desired chunks