aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-reduce/ReducerWorkItem.cpp')
-rw-r--r--llvm/tools/llvm-reduce/ReducerWorkItem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvm-reduce/ReducerWorkItem.cpp b/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
index c3ca777..74107ad 100644
--- a/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
+++ b/llvm/tools/llvm-reduce/ReducerWorkItem.cpp
@@ -449,8 +449,7 @@ bool ReducerWorkItem::isReduced(const TestRunner &Test) const {
ToolOutputFile Out(CurrentFilepath, FD);
- // FIXME: This should be UseBitcode
- writeOutput(Out.os(), TmpFilesAsBitcode);
+ writeOutput(Out.os(), UseBitcode);
Out.os().close();
if (Out.os().has_error()) {