diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC/MCAsmStreamer.cpp index 17c591b01cd..f07514c7298 100644 --- a/lib/MC/MCAsmStreamer.cpp +++ b/lib/MC/MCAsmStreamer.cpp @@ -267,6 +267,7 @@ void MCAsmStreamer::EmitInstruction(const MCInst &Inst) { // If we have an AsmPrinter, use that to print. if (Printer) { Printer->printMCInst(&Inst); + OS << '\n'; // Show the encoding if we have a code emitter. if (Emitter) {