Expand slightly on comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202919 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-03-05 00:43:43 +00:00
parent 9ad8924df3
commit d3190ef439

View File

@ -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();