diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-26 22:23:27 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-26 22:23:27 +0000 |
commit | f52eddf9ca28ac7d94b27554df568b2f62e4262b (patch) | |
tree | 4e26ee7b1c5e97f15737f00275f57544fd54dfb0 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | 52e31b20cbbc3fa2a78382916b29e3830004ede4 (diff) | |
download | bcm5719-llvm-f52eddf9ca28ac7d94b27554df568b2f62e4262b.tar.gz bcm5719-llvm-f52eddf9ca28ac7d94b27554df568b2f62e4262b.zip |
80-column fixups.
llvm-svn: 195790
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index b39a2fd78fc..fd4d49ad370 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -208,7 +208,8 @@ public: /// addSectionLabel - Add a Dwarf section label attribute data and value. /// - void addSectionLabel(DIE *Die, dwarf::Attribute Attribute, const MCSymbol *Label); + void addSectionLabel(DIE *Die, dwarf::Attribute Attribute, + const MCSymbol *Label); /// addSectionOffset - Add an offset into a section attribute data and value. /// |