'printMCInst' doesn't print newlines after instructions anymore.

llvm-svn: 81723
This commit is contained in:
Chris Lattner 2009-09-13 22:24:34 +00:00
parent 8edea46b44
commit 8724d994d0

View File

@ -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) {