From: Bill Wendling Date: Wed, 20 May 2009 23:22:40 +0000 (+0000) Subject: Add comment for emit section. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=829e67b5ec955760733e67dc6d41a09cd73a084f;p=oota-llvm.git Add comment for emit section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 3e6ac356a5a..524ce62f2d2 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1919,6 +1919,10 @@ void DwarfDebug::RecordVariableScope(DIVariable &DV, DebugTimer->stopTimer(); } +//===----------------------------------------------------------------------===// +// Emit Methods +//===----------------------------------------------------------------------===// + /// SizeAndOffsetDie - Compute the size and offset of a DIE. /// unsigned DwarfDebug::SizeAndOffsetDie(DIE *Die, unsigned Offset, bool Last) {