Some access routines for visited flags in entity.h, irnode.h,
[libfirm] / ir / tr / type_t.h
index 3229d2f..0855da3 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _TYPE_T_H_
 # define _TYPE_T_H_
 
@@ -103,6 +105,7 @@ struct type {
                              when fixing the layout of this class.  Size must be
                              given in bytes. */
   unsigned long visit;     /* visited counter for walks of the type information */
+  void *link;              /* holds temporary data - like in irnode_t.h */
   tp_attr attr;            /* type kind specific fields. This must be the last
                              entry in this struct!  Varying size! */
 };