[llvm] r196442 - 80-column.

Eric Christopher echristo at gmail.com
Wed Dec 4 16:36:22 PST 2013


Author: echristo
Date: Wed Dec  4 18:36:21 2013
New Revision: 196442

URL: http://llvm.org/viewvc/llvm-project?rev=196442&view=rev
Log:
80-column.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=196442&r1=196441&r2=196442&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Dec  4 18:36:21 2013
@@ -3007,7 +3007,8 @@ CompileUnit *DwarfDebug::constructSkelet
 
   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()),





More information about the llvm-commits mailing list