From: Eric Christopher Date: Thu, 5 Dec 2013 00:36:21 +0000 (+0000) Subject: 80-column. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9e568665ac255d8df104025b803fb9e46c642b6c;p=oota-llvm.git 80-column. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196442 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index fc37a25fe73..9312710b62f 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -3007,7 +3007,8 @@ CompileUnit *DwarfDebug::constructSkeletonCU(const CompileUnit *CU) { addGnuPubAttributes(NewCU, Die); - // Attribute if we've emitted any ranges and their location for the compile unit. + // Attribute if we've emitted any ranges and their location for the compile + // unit. if (!CU->getRangeLists().empty()) addSectionLabel(Asm, NewCU, Die, dwarf::DW_AT_GNU_ranges_base, Asm->GetTempSymbol("gnu_ranges", NewCU->getUniqueID()),