[llvm-commits] CVS: llvm/utils/TableGen/Record.h

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 30 23:39:05 PDT 2003


Changes in directory llvm/utils/TableGen:

Record.h updated: 1.16 -> 1.17

---
Log message:

Add file comment


---
Diffs of the changes:

Index: llvm/utils/TableGen/Record.h
diff -u llvm/utils/TableGen/Record.h:1.16 llvm/utils/TableGen/Record.h:1.17
--- llvm/utils/TableGen/Record.h:1.16	Wed Jul 30 17:15:58 2003
+++ llvm/utils/TableGen/Record.h	Wed Jul 30 23:37:57 2003
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list