Fix comment.

llvm-svn: 185480
This commit is contained in:
Eric Christopher 2013-07-02 21:36:07 +00:00
parent 3a6a967cc7
commit 9046f94271
1 changed files with 1 additions and 1 deletions

View File

@ -2387,7 +2387,7 @@ void DwarfDebug::emitDebugStr() {
Holder.emitStrings(Asm->getObjFileLowering().getDwarfStrSection());
}
// Emit visible names into a debug loc section.
// Emit locations into the debug loc section.
void DwarfDebug::emitDebugLoc() {
if (DotDebugLocEntries.empty())
return;