diff options
| -rw-r--r-- | llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp b/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp index edc6375804b..56e69ce873d 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp +++ b/llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp @@ -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; |

