From 7980b957ccba4f39dd12a27cb551a93c1e293bcc Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sun, 14 Jul 2013 22:23:54 +0000 Subject: Clarify comments. llvm-svn: 186297 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 5a850478451..deb2e606899 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -311,10 +311,7 @@ class DwarfDebug { // All DIEValues are allocated through this allocator. BumpPtrAllocator DIEValueAllocator; - //===--------------------------------------------------------------------===// - // Attribute used to construct specific Dwarf sections. - // - + // Handle to the a compile unit used for the inline extension handling. CompileUnit *FirstCU; // Maps MDNode with its corresponding CompileUnit. -- cgit v1.2.3