diff options
Diffstat (limited to 'support/tools/TableGen')
-rw-r--r-- | support/tools/TableGen/Record.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 3c07114..cbc9cad 100644 --- a/support/tools/TableGen/Record.h +++ b/support/tools/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. // //===----------------------------------------------------------------------===// |