Wrap const MDNode * inside DIDescriptor.
[oota-llvm.git] / tools / bugpoint / ToolRunner.cpp
index 9c8c2f92d3b899af75aa601b81a9798420981cfa..7ade77840237ca43c7fe80b4c306f12bcc43537b 100644 (file)
@@ -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);