diff options
Diffstat (limited to 'llvm/lib/CodeGen/MIRPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MIRPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRPrinter.cpp b/llvm/lib/CodeGen/MIRPrinter.cpp index 6e23969..7de68b1 100644 --- a/llvm/lib/CodeGen/MIRPrinter.cpp +++ b/llvm/lib/CodeGen/MIRPrinter.cpp @@ -256,7 +256,6 @@ void MIRPrinter::print(const MachineFunction &MF) { .print(MBB); IsNewlineNeeded = true; } - StrOS.flush(); // Convert machine metadata collected during the print of the machine // function. convertMachineMetadataNodes(YamlMF, MF, MST); |