summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-10 00:36:00 +0000
committerChris Lattner <sabre@nondot.org>2010-02-10 00:36:00 +0000
commitff68a42121f71774bc318a416314afda110e8004 (patch)
tree64ee4bb4c6226487be1450f3c9309849f6ed306f /llvm/lib/Target/SystemZ
parent113b8ad7cfd570eb26ce107c626e224254965f94 (diff)
downloadbcm5719-llvm-ff68a42121f71774bc318a416314afda110e8004.tar.gz
bcm5719-llvm-ff68a42121f71774bc318a416314afda110e8004.zip
print all the newlines at the end of instructions with
OutStreamer.AddBlankLine instead of textually. llvm-svn: 95734
Diffstat (limited to 'llvm/lib/Target/SystemZ')
-rw-r--r--llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp b/llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
index 965f5a18098..7a9e8dd2073 100644
--- a/llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
+++ b/llvm/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
@@ -79,7 +79,7 @@ namespace {
void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
// Call the autogenerated instruction printer routines.
printInstruction(MI);
- O << '\n';
+ OutStreamer.AddBlankLine();
}
void SystemZAsmPrinter::printPCRelImmOperand(const MachineInstr *MI, int OpNum){
OpenPOWER on IntegriCloud