diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-31 04:37:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-31 04:37:57 +0000 |
commit | 14d7c59491347a2f8f29e120fd75a4cad42f68e7 (patch) | |
tree | 54f5db0ed8a3ebddbd91a8c5ddf7e33287451ff0 /utils | |
parent | aaa3939476beb6ad10c973b06dff95bebd060763 (diff) | |
download | external_llvm-14d7c59491347a2f8f29e120fd75a4cad42f68e7.zip external_llvm-14d7c59491347a2f8f29e120fd75a4cad42f68e7.tar.gz external_llvm-14d7c59491347a2f8f29e120fd75a4cad42f68e7.tar.bz2 |
Add file comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/Record.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 3c07114..cbc9cad 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -1,5 +1,7 @@ //===- Record.h - Classes to represent Table Records ------------*- C++ -*-===// // +// This file defines the main TableGen data structures, including the TableGen +// types, values, and high-level data structures. // //===----------------------------------------------------------------------===// |