aboutsummaryrefslogtreecommitdiffstats
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
commitcced21285126ec09ecb021e353b54d47073cddf1 (patch)
tree091d08d825133e27c4b60fecc5a57e9fd75abfdb
parent6afede522e4dfe34c1d42ccc251036596c300203 (diff)
downloadexternal_llvm-cced21285126ec09ecb021e353b54d47073cddf1.zip
external_llvm-cced21285126ec09ecb021e353b54d47073cddf1.tar.gz
external_llvm-cced21285126ec09ecb021e353b54d47073cddf1.tar.bz2
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
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 36bd374..5a85047 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<const MCSection*> SectionMap;
- // List of Arguments (DbgValues) for current function.
+ // List of arguments for current function.
SmallVector<DbgVariable *, 8> CurrentFnArguments;
LexicalScopes LScopes;