Update comment to avoid mentioning DbgValues which is an instance
authorEric Christopher <echristo@gmail.com>
Mon, 8 Jul 2013 21:16:18 +0000 (21:16 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 8 Jul 2013 21:16:18 +0000 (21:16 +0000)
variable later in the class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185866 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 36bd3742361d0b3cda101b1325403c806c2f83c7..5a850478451862d8b4c8c8afa99deceb06f28a5e 100644 (file)
@@ -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;