diff options
author | Eric Christopher <echristo@gmail.com> | 2013-07-08 21:16:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-07-08 21:16:18 +0000 |
commit | aba20dd60398bb1ec92cf9663d1334458117fdd4 (patch) | |
tree | f07bb95b71378cb53036b2aecad29671d5f18650 /llvm/lib/CodeGen | |
parent | e0fe3d2e9680325f72a91ca18fd48d01b1016a67 (diff) | |
download | bcm5719-llvm-aba20dd60398bb1ec92cf9663d1334458117fdd4.tar.gz bcm5719-llvm-aba20dd60398bb1ec92cf9663d1334458117fdd4.zip |
Update comment to avoid mentioning DbgValues which is an instance
variable later in the class.
llvm-svn: 185866
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 36bd3742361..5a850478451 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -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; |