diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-07-14 14:53:14 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-07-14 14:53:14 +0000 |
commit | 6b943e33e69f27c811e470f8c8be75b5a6916f93 (patch) | |
tree | 1fd0a0b862d63d4d6d15a53fe654eed1b3c31e78 /llvm/lib/TableGen/Record.cpp | |
parent | e8405ad5d090e24a85a719fcabaa26c4955e1f79 (diff) | |
download | bcm5719-llvm-6b943e33e69f27c811e470f8c8be75b5a6916f93.tar.gz bcm5719-llvm-6b943e33e69f27c811e470f8c8be75b5a6916f93.zip |
[TableGen] Autobrief-ize Record. NFC.
llvm-svn: 275425
Diffstat (limited to 'llvm/lib/TableGen/Record.cpp')
-rw-r--r-- | llvm/lib/TableGen/Record.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/TableGen/Record.cpp b/llvm/lib/TableGen/Record.cpp index 61a166831df..66fbc9a8c96 100644 --- a/llvm/lib/TableGen/Record.cpp +++ b/llvm/lib/TableGen/Record.cpp @@ -32,8 +32,8 @@ using namespace llvm; namespace llvm { -/// TableGenStringKey - This is a wrapper for std::string suitable for -/// using as a key to a DenseMap. Because there isn't a particularly +/// This is a wrapper for std::string suitable for using as a key to a DenseMap. +/// Because there isn't a particularly /// good way to indicate tombstone or empty keys for strings, we want /// to wrap std::string to indicate that this is a "special" string /// not expected to take on certain values (those of the tombstone and |