summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-05 00:43:43 +0000
committerEric Christopher <echristo@gmail.com>2014-03-05 00:43:43 +0000
commitd3190ef439b4d70c533c791002b1f6a5d058d817 (patch)
treea65e2581a345e1a45e68eb609dc1b3927599f2ba /lib
parent9ad8924df37e6628587d0f7eaa780bd599741a24 (diff)
downloadllvm-d3190ef439b4d70c533c791002b1f6a5d058d817.tar.gz
llvm-d3190ef439b4d70c533c791002b1f6a5d058d817.tar.bz2
llvm-d3190ef439b4d70c533c791002b1f6a5d058d817.tar.xz
Expand slightly on comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 84a88961d7..fa23fa889e 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -184,7 +184,8 @@ public:
};
//===--------------------------------------------------------------------===//
-/// DIEValue - A debug information entry value.
+/// DIEValue - A debug information entry value. Some of these roughly correlate
+/// to DWARF attribute classes.
///
class DIEValue {
virtual void anchor();