X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ftv_t.h;h=0d1a141eb9f0146b254dd0f893506bb4f12ed496;hb=d2dc2564b47d9c113d7e6e598574e9733627fcca;hp=1b3171e9c4ed68310d40b0458290833fcc0d25db;hpb=8c07354ef364b2f5f9774c7b3e64d42ccc2ccf75;p=libfirm diff --git a/ir/tv/tv_t.h b/ir/tv/tv_t.h index 1b3171e9c..0d1a141eb 100644 --- a/ir/tv/tv_t.h +++ b/ir/tv/tv_t.h @@ -14,6 +14,8 @@ #define _TV_T_H_ #include "firm_config.h" + +#include #include "entity.h" #include "irmode.h" #include "tv.h" @@ -22,8 +24,10 @@ * 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()