Added overwrittenby relation: inverse of overwrites. will be automatically
[libfirm] / ir / tr / tpop.c
index 217c2b3..2e0717d 100644 (file)
@@ -5,6 +5,8 @@
 **
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
@@ -20,6 +22,7 @@ tp_op *type_array;
 tp_op *type_enumeration;
 tp_op *type_pointer;
 tp_op *type_primitive;
+tp_op *type_id;
 
 tp_op *
 new_tpop (tp_opcode code, ident *name, size_t attr_size)