Expand slightly on comment.

llvm-svn: 202919
This commit is contained in:
Eric Christopher 2014-03-05 00:43:43 +00:00
parent a4ae8d4740
commit b60c9ea3a7
1 changed files with 2 additions and 1 deletions

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