From 5efc006438c9d192c20c796e409c61e0650335e0 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 19 Nov 2013 09:11:26 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195121 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 9c75373765a..30fc94838cf 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -2622,7 +2622,8 @@ void DwarfUnits::emitStrings(const MCSection *StrSection, } } -// Emit strings into a string section. + +// Emit addresses into the section given. void DwarfUnits::emitAddresses(const MCSection *AddrSection) { if (AddressPool.empty())