mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 00:35:30 +00:00
Remove an unnecessary flush in the CppBackend's output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c55fab534
commit
5b0d72e850
@ -1816,7 +1816,6 @@ namespace {
|
||||
Out << "int main(int argc, char**argv) {\n";
|
||||
Out << " Module* Mod = " << fname << "();\n";
|
||||
Out << " verifyModule(*Mod, PrintMessageAction);\n";
|
||||
Out << " outs().flush();\n";
|
||||
Out << " PassManager PM;\n";
|
||||
Out << " PM.add(createPrintModulePass(&outs()));\n";
|
||||
Out << " PM.run(*Mod);\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user