diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-09 01:02:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-09 01:02:30 +0000 |
commit | b2cc1a39f79742320ee6ba126d9eec4d6770dee7 (patch) | |
tree | 4d1792991de3009035f9e92a2dedfa627b530ada /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 2ddbf8208e0ee50cb1aeb24d509b52549a85c211 (diff) |
mcstreamerize AsmPrinter::printLabel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 8272eabe84..3c3228140a 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1972,7 +1972,6 @@ void DwarfDebug::endScope(const MachineInstr *MI) { unsigned Label = MMI->NextLabelID(); Asm->printLabel(Label); - O << '\n'; SmallVector<DbgScope *, 2> &SD = I->second; for (SmallVector<DbgScope *, 2>::iterator SDI = SD.begin(), SDE = SD.end(); @@ -2131,7 +2130,6 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) { DLT.getColumnNumber(), DLT.getScope().getNode()); Asm->printLabel(LabelID); - O << '\n'; } if (TimePassesIsEnabled) DebugTimer->stopTimer(); |