From cced21285126ec09ecb021e353b54d47073cddf1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 8 Jul 2013 21:16:18 +0000 Subject: [PATCH] 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 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;