diff options
| author | Eric Christopher <echristo@gmail.com> | 2012-12-20 21:58:40 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2012-12-20 21:58:40 +0000 |
| commit | 48fef599a428eefbd99a9669575bba1a07f0c614 (patch) | |
| tree | 12654605df4e835e2b88243959a403cc22c24d6d /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | e698f5374058cffc272e6021b0cf56d53731584f (diff) | |
| download | bcm5719-llvm-48fef599a428eefbd99a9669575bba1a07f0c614.tar.gz bcm5719-llvm-48fef599a428eefbd99a9669575bba1a07f0c614.zip | |
Whitespace and 80-column cleanup.
llvm-svn: 170771
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 71e78c22117..870b588cf7c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -315,7 +315,8 @@ class DwarfDebug { DenseMap<const MDNode *, SmallVector<InlineInfoLabels, 4> > InlineInfo; SmallVector<const MDNode *, 4> InlinedSPNodes; - // This is a collection of subprogram MDNodes that are processed to create DIEs. + // This is a collection of subprogram MDNodes that are processed to + // create DIEs. SmallPtrSet<const MDNode *, 16> ProcessedSPNodes; // Maps instruction with label emitted before instruction. |

