mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 12:16:59 +00:00
'printMCInst' doesn't print newlines after instructions anymore.
llvm-svn: 81723
This commit is contained in:
parent
8edea46b44
commit
8724d994d0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user