From: Eric Christopher Date: Mon, 8 Jul 2013 21:16:18 +0000 (+0000) Subject: Update comment to avoid mentioning DbgValues which is an instance X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cced21285126ec09ecb021e353b54d47073cddf1;p=oota-llvm.git Update comment to avoid mentioning DbgValues which is an instance variable later in the class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185866 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 36bd3742361..5a850478451 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -338,7 +338,7 @@ class DwarfDebug { // Provides a unique id per text section. SetVector SectionMap; - // List of Arguments (DbgValues) for current function. + // List of arguments for current function. SmallVector CurrentFnArguments; LexicalScopes LScopes;