[llvm] r185480 - Fix comment.

Eric Christopher echristo at gmail.com
Tue Jul 2 14:36:08 PDT 2013


Author: echristo
Date: Tue Jul  2 16:36:07 2013
New Revision: 185480

URL: http://llvm.org/viewvc/llvm-project?rev=185480&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=185480&r1=185479&r2=185480&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Tue Jul  2 16:36:07 2013
@@ -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;





More information about the llvm-commits mailing list