Initial version of the memory disambiguator added
[libfirm] / ir / tv / tv_t.h
index c28aeba..e525e33 100644 (file)
@@ -16,7 +16,6 @@
 #include "firm_config.h"
 
 #include <assert.h>
-#include "entity.h"
 #include "irmode.h"
 #include "tv.h"
 
@@ -69,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 ========================================