diff options
Diffstat (limited to 'llvm/tools/llvm-reduce/llvm-reduce.cpp')
-rw-r--r-- | llvm/tools/llvm-reduce/llvm-reduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp index ae4ccea..07b5403 100644 --- a/llvm/tools/llvm-reduce/llvm-reduce.cpp +++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp @@ -91,7 +91,7 @@ static cl::opt<int> static codegen::RegisterCodeGenFlags CGF; -bool isReduced(ReducerWorkItem &M, TestRunner &Test); +bool isReduced(ReducerWorkItem &M, const TestRunner &Test); static std::pair<StringRef, bool> determineOutputType(bool IsMIR, bool InputIsBitcode) { |