diff options
author | Eric Christopher <echristo@gmail.com> | 2014-01-11 00:23:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-01-11 00:23:18 +0000 |
commit | ceec7b02fad1092a4804b683c1b926efd0f34883 (patch) | |
tree | d76572516a4dd9af0b559246fdcc8bea061772c9 /llvm/lib/CodeGen | |
parent | 67cde9ac07c65a81d92d47d18cf6bec3e2fa385a (diff) | |
download | bcm5719-llvm-ceec7b02fad1092a4804b683c1b926efd0f34883.tar.gz bcm5719-llvm-ceec7b02fad1092a4804b683c1b926efd0f34883.zip |
Reformat.
llvm-svn: 198980
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index e6eb777ad8f..9a21595a435 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -210,9 +210,8 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M) else HasDwarfPubSections = DwarfPubSections == Enable; - DwarfVersion = DwarfVersionNumber - ? DwarfVersionNumber - : getDwarfVersion(MMI->getModule()); + DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber + : getDwarfVersion(MMI->getModule()); { NamedRegionTimer T(DbgTimerName, DWARFGroupName, TimePassesIsEnabled); @@ -2939,8 +2938,7 @@ void DwarfDebug::initSkeletonUnit(const DwarfUnit *U, DIE *Die, // Relocate to the beginning of the addr_base section, else 0 for the // beginning of the one for this compile unit. if (Asm->MAI->doesDwarfUseRelocationsAcrossSections()) - NewU->addSectionLabel(Die, dwarf::DW_AT_GNU_addr_base, - DwarfAddrSectionSym); + NewU->addSectionLabel(Die, dwarf::DW_AT_GNU_addr_base, DwarfAddrSectionSym); else NewU->addSectionOffset(Die, dwarf::DW_AT_GNU_addr_base, 0); |