summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-31 04:37:57 +0000
committerChris Lattner <sabre@nondot.org>2003-07-31 04:37:57 +0000
commit14d7c59491347a2f8f29e120fd75a4cad42f68e7 (patch)
tree54f5db0ed8a3ebddbd91a8c5ddf7e33287451ff0 /utils
parentaaa3939476beb6ad10c973b06dff95bebd060763 (diff)
downloadllvm-14d7c59491347a2f8f29e120fd75a4cad42f68e7.tar.gz
llvm-14d7c59491347a2f8f29e120fd75a4cad42f68e7.tar.bz2
llvm-14d7c59491347a2f8f29e120fd75a4cad42f68e7.tar.xz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h
index 3c07114f2e..cbc9cadd66 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.
//
//===----------------------------------------------------------------------===//