Changes to avoid compiler warnings.
[libfirm] / ir / tr / type_t.h
index fe15f32..b6e790a 100644 (file)
@@ -26,6 +26,7 @@ typedef struct {
   type   **subtypes;   /* direct subtypes */
   type   **supertypes; /* direct supertypes */
   peculiarity peculiarity;
+  int dfn;             /* number used for 'instanceof' operator */
 } cls_attr;
 
 typedef struct {