aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-02 21:36:07 +0000
committerEric Christopher <echristo@gmail.com>2013-07-02 21:36:07 +0000
commitd3b98530c55ab695ab02426a804ee0ca09f890b6 (patch)
treead4166683bc5067f6800ffb231d2c376f233c7f9 /lib/CodeGen
parent550d9bf984b19ca65f28cea95a5172120baa633e (diff)
downloadexternal_llvm-d3b98530c55ab695ab02426a804ee0ca09f890b6.zip
external_llvm-d3b98530c55ab695ab02426a804ee0ca09f890b6.tar.gz
external_llvm-d3b98530c55ab695ab02426a804ee0ca09f890b6.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ 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;