summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-02-11 01:13:02 +0000
committerBill Wendling <isanbard@gmail.com>2010-02-11 01:13:02 +0000
commit4cb4895e41435deb1b92a195de420d04e00c7234 (patch)
tree78e8b381c5fc11639a7856283f3f41193066471d /lib/CodeGen/AsmPrinter/DIE.cpp
parent40966a7c6847c102fbf466da3e8726c59c3dbb1e (diff)
downloadllvm-4cb4895e41435deb1b92a195de420d04e00c7234.tar.gz
llvm-4cb4895e41435deb1b92a195de420d04e00c7234.tar.bz2
llvm-4cb4895e41435deb1b92a195de420d04e00c7234.tar.xz
Don't print out a default newline when emitting the section offset. There are
almost always comments afterwards that need printing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp
index 349e0ac40f..01968b9913 100644
--- a/lib/CodeGen/AsmPrinter/DIE.cpp
+++ b/lib/CodeGen/AsmPrinter/DIE.cpp
@@ -313,6 +313,7 @@ void DIESectionOffset::EmitValue(DwarfPrinter *D, unsigned Form) const {
D->EmitSectionOffset(Label.getTag(), Section.getTag(),
Label.getNumber(), Section.getNumber(),
IsSmall, IsEH, UseSet);
+ EOL(""); // FIXME: Necesssary?
}
/// SizeOf - Determine size of delta value in bytes.