diff options
Diffstat (limited to 'llvm/tools/bugpoint/ToolRunner.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/ToolRunner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.cpp b/llvm/tools/bugpoint/ToolRunner.cpp index 9c8c2f92d3b..7ade7784023 100644 --- a/llvm/tools/bugpoint/ToolRunner.cpp +++ b/llvm/tools/bugpoint/ToolRunner.cpp @@ -546,7 +546,6 @@ GCC::FileType CBE::OutputCode(const std::string &Bitcode, LLCArgs.push_back("-o"); LLCArgs.push_back(OutputCFile.c_str()); // Output to the C file LLCArgs.push_back("-march=c"); // Output C language - LLCArgs.push_back("-f"); // Overwrite as necessary... LLCArgs.push_back(Bitcode.c_str()); // This is the input bitcode LLCArgs.push_back(0); |

