This flush is not needed anymore.

This commit is contained in:
Benjamin Kramer
2009-08-25 21:21:37 +02:00
parent 832f9a9c64
commit a54bf33d4b

View File

@@ -326,8 +326,6 @@ void write_asm_to_file(llvm::TargetMachine &Target, llvm::Module& m, llvm::raw_f
Passes.run(*I);
Passes.doFinalization();
fout.flush();
// release module from module provider so we can delete it ourselves
std::string Err;