commit | d3b98530c55ab695ab02426a804ee0ca09f890b6 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Tue Jul 02 21:36:07 2013 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Tue Jul 02 21:36:07 2013 +0000 |
tree | ad4166683bc5067f6800ffb231d2c376f233c7f9 | |
parent | 550d9bf984b19ca65f28cea95a5172120baa633e [diff] [blame] |
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185480 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 40bfaaa..7e6336e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -2387,7 +2387,7 @@ 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;