Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-11-19 09:11:26 +00:00
parent d2b3a0243c
commit 5efc006438

View 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())