From: Chris Lattner Date: Thu, 31 Jul 2003 04:37:57 +0000 (+0000) Subject: Add file comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=14d7c59491347a2f8f29e120fd75a4cad42f68e7;p=oota-llvm.git Add file comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7444 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 3c07114f2e5..cbc9cadd665 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. // //===----------------------------------------------------------------------===// diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 3c07114f2e5..cbc9cadd665 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. // //===----------------------------------------------------------------------===//