print all the newlines at the end of instructions with

OutStreamer.AddBlankLine instead of textually.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-02-10 00:36:00 +00:00
parent f1f505f85c
commit 8e089a9e4d
12 changed files with 27 additions and 23 deletions

View File

@@ -45,7 +45,7 @@ PIC16AsmPrinter::PIC16AsmPrinter(formatted_raw_ostream &O, TargetMachine &TM,
void PIC16AsmPrinter::EmitInstruction(const MachineInstr *MI) {
printInstruction(MI);
O << '\n';
OutStreamer.AddBlankLine();
}
static int getFunctionColor(const Function *F) {