diff options
author | Eric Christopher <echristo@gmail.com> | 2013-01-07 03:27:58 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-01-07 03:27:58 +0000 |
commit | e5ef305be2505741941b8e7c7a391add3632ebc3 (patch) | |
tree | b6bd0f84484d2515fa6169c9cfb8823e75765d45 /lib/DebugInfo | |
parent | bb00800ff46e7a2a628d0a6741a7f0422c74c198 (diff) | |
download | external_llvm-e5ef305be2505741941b8e7c7a391add3632ebc3.zip external_llvm-e5ef305be2505741941b8e7c7a391add3632ebc3.tar.gz external_llvm-e5ef305be2505741941b8e7c7a391add3632ebc3.tar.bz2 |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
-rw-r--r-- | lib/DebugInfo/DWARFDebugInfoEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/lib/DebugInfo/DWARFDebugInfoEntry.cpp index d3e6e9e..c083b8c 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); |