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 | 9e57c676dd7a9079f630b56959348773ca6ab8a2 (patch) | |
tree | 7e1f6764b0a83805a46632d2c65e0b132ab2807b /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | d62c2f554c742e3113adb1d4b02e43d1332f172c (diff) | |
download | bcm5719-llvm-9e57c676dd7a9079f630b56959348773ca6ab8a2.tar.gz bcm5719-llvm-9e57c676dd7a9079f630b56959348773ca6ab8a2.zip |
mcstreamerize AsmPrinter::printLabel.
llvm-svn: 98025
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 8272eabe845..3c3228140ad 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/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(); |