summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugInfoEntry.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-07 03:27:58 +0000
committerEric Christopher <echristo@gmail.com>2013-01-07 03:27:58 +0000
commite5ef305be2505741941b8e7c7a391add3632ebc3 (patch)
treeb6bd0f84484d2515fa6169c9cfb8823e75765d45 /lib/DebugInfo/DWARFDebugInfoEntry.cpp
parentbb00800ff46e7a2a628d0a6741a7f0422c74c198 (diff)
downloadllvm-e5ef305be2505741941b8e7c7a391add3632ebc3.tar.gz
llvm-e5ef305be2505741941b8e7c7a391add3632ebc3.tar.bz2
llvm-e5ef305be2505741941b8e7c7a391add3632ebc3.tar.xz
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugInfoEntry.cpp')
-rw-r--r--lib/DebugInfo/DWARFDebugInfoEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/lib/DebugInfo/DWARFDebugInfoEntry.cpp
index d3e6e9e845..c083b8c61b 100644
--- a/lib/DebugInfo/DWARFDebugInfoEntry.cpp
+++ b/lib/DebugInfo/DWARFDebugInfoEntry.cpp
@@ -39,7 +39,7 @@ void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS,
OS << format(" [%u] %c\n", abbrCode,
AbbrevDecl->hasChildren() ? '*' : ' ');
- // Dump all data in the .debug_info for the attributes
+ // Dump all data in the DIE for the attributes.
const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
for (uint32_t i = 0; i != numAttributes; ++i) {
uint16_t attr = AbbrevDecl->getAttrByIndex(i);