[llvm] r185586 - Elaborate on comment.

Eric Christopher echristo at gmail.com
Wed Jul 3 14:37:03 PDT 2013


Author: echristo
Date: Wed Jul  3 16:37:03 2013
New Revision: 185586

URL: http://llvm.org/viewvc/llvm-project?rev=185586&view=rev
Log:
Elaborate on 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=185586&r1=185585&r2=185586&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Jul  3 16:37:03 2013
@@ -1221,7 +1221,7 @@ void
 DwarfDebug::collectVariableInfo(const MachineFunction *MF,
                                 SmallPtrSet<const MDNode *, 16> &Processed) {
 
-  // collection info from MMI table.
+  // Grab the variable info that was squirreled away in the MMI side-table.
   collectVariableInfoFromMMITable(MF, Processed);
 
   for (SmallVectorImpl<const MDNode*>::const_iterator





More information about the llvm-commits mailing list