[llvm] r185866 - Update comment to avoid mentioning DbgValues which is an instance

Eric Christopher echristo at gmail.com
Mon Jul 8 14:16:18 PDT 2013


Author: echristo
Date: Mon Jul  8 16:16:18 2013
New Revision: 185866

URL: http://llvm.org/viewvc/llvm-project?rev=185866&view=rev
Log:
Update comment to avoid mentioning DbgValues which is an instance
variable later in the class.

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

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=185866&r1=185865&r2=185866&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Mon Jul  8 16:16:18 2013
@@ -338,7 +338,7 @@ class DwarfDebug {
   // Provides a unique id per text section.
   SetVector<const MCSection*> SectionMap;
 
-  // List of Arguments (DbgValues) for current function.
+  // List of arguments for current function.
   SmallVector<DbgVariable *, 8> CurrentFnArguments;
 
   LexicalScopes LScopes;





More information about the llvm-commits mailing list