80-column.
authorEric Christopher <echristo@gmail.com>
Thu, 5 Dec 2013 00:36:21 +0000 (00:36 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 5 Dec 2013 00:36:21 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196442 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index fc37a25fe736e9732b7512faabac0482c553f5a7..9312710b62f7da71c77fb989d6717c7fadf68311 100644 (file)
@@ -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()),