From 829e67b5ec955760733e67dc6d41a09cd73a084f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 20 May 2009 23:22:40 +0000 Subject: Add comment for emit section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72195 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp') diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 3e6ac356a5..524ce62f2d 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) { -- cgit v1.2.3-18-g5258