Reformat.

llvm-svn: 198980
This commit is contained in:
Eric Christopher 2014-01-11 00:23:18 +00:00
parent 67cde9ac07
commit ceec7b02fa
1 changed files with 3 additions and 5 deletions

View File

@ -210,8 +210,7 @@ DwarfDebug::DwarfDebug(AsmPrinter *A, Module *M)
else
HasDwarfPubSections = DwarfPubSections == Enable;
DwarfVersion = DwarfVersionNumber
? DwarfVersionNumber
DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber
: getDwarfVersion(MMI->getModule());
{
@ -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);