summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-08 21:16:18 +0000
committerEric Christopher <echristo@gmail.com>2013-07-08 21:16:18 +0000
commitaba20dd60398bb1ec92cf9663d1334458117fdd4 (patch)
treef07bb95b71378cb53036b2aecad29671d5f18650 /llvm/lib/CodeGen
parente0fe3d2e9680325f72a91ca18fd48d01b1016a67 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud