We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202d660 commit bda73aeCopy full SHA for bda73ae
llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp
@@ -16,7 +16,6 @@
16
17
/// Removes all the Defined Functions (as well as their calls)
18
/// that aren't inside any of the desired Chunks.
19
-/// @returns the Module stripped of out-of-chunk functions
20
static void extractFunctionsFromModule(const std::vector<Chunk> &ChunksToKeep,
21
Module *Program) {
22
// Get functions inside desired chunks
@@ -77,4 +76,4 @@ void llvm::reduceFunctionsDeltaPass(TestRunner &Test) {
77
76
unsigned Functions = countDefinedFunctions(Test.getProgram());
78
runDeltaPass(Test, Functions, extractFunctionsFromModule);
79
outs() << "----------------------------\n";
80
-}
+}
0 commit comments