diff options
author | Eric Christopher <echristo@gmail.com> | 2015-02-17 20:02:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-02-17 20:02:28 +0000 |
commit | ffc5ff32d1c008c629f4cc585e61b1b111f50b83 (patch) | |
tree | 4a25e7eaafea5bca751502309b54a2778693f1d5 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 718f6f53bc1e841799b7bd510892b36a834904ef (diff) | |
download | bcm5719-llvm-ffc5ff32d1c008c629f4cc585e61b1b111f50b83.tar.gz bcm5719-llvm-ffc5ff32d1c008c629f4cc585e61b1b111f50b83.zip |
80-column fixups.
llvm-svn: 229527
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 79e6e463440..e214591a1fd 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -841,7 +841,8 @@ static bool piecesOverlap(DIExpression P1, DIExpression P2) { // 1 | | [x, (reg1, piece 32, 32)] <- IsPieceOfPrevEntry // 2 | | ... // 3 | [clobber reg0] -// 4 [x, (mem, piece 0, 64)] <- overlapping with both previous pieces of x. +// 4 [x, (mem, piece 0, 64)] <- overlapping with both previous pieces of +// x. // // Output: // @@ -1353,8 +1354,8 @@ void DwarfDebug::emitSectionLabels() { if (useSplitDwarf()) { DwarfInfoDWOSectionSym = emitSectionSym(Asm, TLOF.getDwarfInfoDWOSection(), "section_info_dwo"); - DwarfTypesDWOSectionSym = - emitSectionSym(Asm, TLOF.getDwarfTypesDWOSection(), "section_types_dwo"); + DwarfTypesDWOSectionSym = emitSectionSym( + Asm, TLOF.getDwarfTypesDWOSection(), "section_types_dwo"); } DwarfAbbrevSectionSym = emitSectionSym(Asm, TLOF.getDwarfAbbrevSection(), "section_abbrev"); |