summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp')
-rw-r--r--llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
index c6b798236e5..b3497ad2dc0 100644
--- a/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
+++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
@@ -17,7 +17,6 @@ using namespace llvm;
/// Removes out-of-chunk arguments from functions, and modifies their calls
/// accordingly. It also removes allocations of out-of-chunk arguments.
-/// @returns the Module stripped of out-of-chunk functions
static void extractInstrFromModule(std::vector<Chunk> ChunksToKeep,
Module *Program) {
int I = 0, InstCount = 0;
OpenPOWER on IntegriCloud