*** empty log message ***
[libfirm] / ir / tv / tv_t.h
index 1b3171e..0d1a141 100644 (file)
@@ -14,6 +14,8 @@
 #define _TV_T_H_
 
 #include "firm_config.h"
+
+#include <assert.h>
 #include "entity.h"
 #include "irmode.h"
 #include "tv.h"
  * Initialization of the tarval module.
  *
  * Call before init_mode().
+ *
+ * @param null_value  The reference mode NULL value, typical 0l
  */
-void init_tarval_1(void);
+void init_tarval_1(long null_value);
 
 /**
  * Initialization of the tarval module.
@@ -90,11 +94,6 @@ _get_tarval_b_true(void) {
   return tarval_b_true;
 }
 
-static INLINE tarval *
-_get_tarval_P_void(void) {
-  return tarval_P_void;
-}
-
 #define get_tarval_mode(tv)     _get_tarval_mode(tv)
 #define get_tarval_bad()        _get_tarval_bad()
 #define get_tarval_undefined()  _get_tarval_undefined()