summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-12-05 00:36:21 +0000
committerEric Christopher <echristo@gmail.com>2013-12-05 00:36:21 +0000
commitb9a69f6129735552d8d5caf32c5a1a30e934c1dc (patch)
tree9e2067318c255dd2d2703d8beb2523e41f1106ef /llvm/lib/CodeGen
parentc31fe2de4a824858c1d13a42d6fa68a5597cadb3 (diff)
downloadbcm5719-llvm-b9a69f6129735552d8d5caf32c5a1a30e934c1dc.tar.gz
bcm5719-llvm-b9a69f6129735552d8d5caf32c5a1a30e934c1dc.zip
80-column.
llvm-svn: 196442
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp3
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()),
OpenPOWER on IntegriCloud