OSDN Git Service

Fix comment.
authorEric Christopher <echristo@gmail.com>
Tue, 19 Nov 2013 09:11:26 +0000 (09:11 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 19 Nov 2013 09:11:26 +0000 (09:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195121 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 9c75373..30fc948 100644 (file)
@@ -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())