Update comment to avoid mentioning DbgValues which is an instance

variable later in the class.

llvm-svn: 185866
This commit is contained in:
Eric Christopher 2013-07-08 21:16:18 +00:00
parent e0fe3d2e96
commit aba20dd603
1 changed files with 1 additions and 1 deletions

View 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;