diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-12-05 00:36:21 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-12-05 00:36:21 +0000 |
| commit | b9a69f6129735552d8d5caf32c5a1a30e934c1dc (patch) | |
| tree | 9e2067318c255dd2d2703d8beb2523e41f1106ef /llvm/lib | |
| parent | c31fe2de4a824858c1d13a42d6fa68a5597cadb3 (diff) | |
| download | bcm5719-llvm-b9a69f6129735552d8d5caf32c5a1a30e934c1dc.tar.gz bcm5719-llvm-b9a69f6129735552d8d5caf32c5a1a30e934c1dc.zip | |
80-column.
llvm-svn: 196442
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index fc37a25fe73..9312710b62f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/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()), |

