- get_entity_nr() now takes an cont entity
[libfirm] / ir / tv / tv_t.h
index 0d1a141..e525e33 100644 (file)
 #include "firm_config.h"
 
 #include <assert.h>
-#include "entity.h"
 #include "irmode.h"
 #include "tv.h"
 
+/* debugging aid */
+enum reserved_id {
+  resid_tarval_bad       = 1,
+  resid_tarval_undefined = 2,
+  resid_tarval_b_false   = 3,
+  resid_tarval_b_true    = 4
+};
+
 /**
  * Initialization of the tarval module.
  *
@@ -61,9 +68,6 @@ struct tarval {
   unsigned int length;    /**< the length of the stored value */
 };
 
-/** remove tarval representing an entity that is about to be destroyed */
-void free_tarval_entity(entity *ent);
-
 /* inline functions */
 /*
  * Access routines for tarval fields ========================================