summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9046f94271ec88efa5e26fe3df0b917b74daa037 (patch)
tree9e7bace2737db08a061589b3d0560b40eaeef25c /llvm/lib/CodeGen
parent3a6a967cc7fc60b2927a1e51fe274cce7cdbb52e (diff)
downloadbcm5719-llvm-9046f94271ec88efa5e26fe3df0b917b74daa037.tar.gz
bcm5719-llvm-9046f94271ec88efa5e26fe3df0b917b74daa037.zip
Fix comment.
llvm-svn: 185480
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 40bfaaabe25..7e6336efeca 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud