projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ff139
)
'printMCInst' doesn't print newlines after instructions anymore.
author
Chris Lattner
<sabre@nondot.org>
Sun, 13 Sep 2009 22:24:34 +0000
(22:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 13 Sep 2009 22:24:34 +0000
(22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81723
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCAsmStreamer.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCAsmStreamer.cpp
b/lib/MC/MCAsmStreamer.cpp
index 17c591b01cdfdfbab19d09747e4f1bbadfe4515b..f07514c7298262c3fa6d8556152852a995703220 100644
(file)
--- 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) {