mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +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 we have an AsmPrinter, use that to print.
|
||||||
if (Printer) {
|
if (Printer) {
|
||||||
Printer->printMCInst(&Inst);
|
Printer->printMCInst(&Inst);
|
||||||
|
OS << '\n';
|
||||||
|
|
||||||
// Show the encoding if we have a code emitter.
|
// Show the encoding if we have a code emitter.
|
||||||
if (Emitter) {
|
if (Emitter) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user