diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-02-11 01:15:27 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-02-11 01:15:27 +0000 |
commit | 7c2005aa6d1caa99e06146dc61970738d437d6fc (patch) | |
tree | 2d20ff123d066c538684aeee961dc267b51ec398 /llvm/lib/CodeGen/AsmPrinter/DIE.cpp | |
parent | 6034260c431b5488798d215124ef2e8bc31fc54d (diff) | |
download | bcm5719-llvm-7c2005aa6d1caa99e06146dc61970738d437d6fc.tar.gz bcm5719-llvm-7c2005aa6d1caa99e06146dc61970738d437d6fc.zip |
Fix to get it to compile.
llvm-svn: 95840
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp index 01968b9913b..63360c0892c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp @@ -313,7 +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? + D->getAsm()->O << '\n'; // FIXME: Necesssary? } /// SizeOf - Determine size of delta value in bytes. |