X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ftv.h;h=14cecd52f11c1f59259a4f47552f3de4043ef096;hb=a636a05762cdc49e6b89565a4f6b531dbf49089a;hp=509872287a5a22d1f8257d263c8307509b00a391;hpb=7832b5410d5dd6b917a8f0ccd3fb5ae5f9941314;p=libfirm diff --git a/ir/tv/tv.h b/ir/tv/tv.h index 509872287..14cecd52f 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -39,8 +39,8 @@ Discussion of new interface, proposals by Prof. Waite: */ -#ifndef _TV_H -#define _TV_H +#ifndef _TV_H_ +#define _TV_H_ # include "irmode.h" # include "entity.h" @@ -194,19 +194,6 @@ bool tv_val_b (tarval *tv); tarval_B tv_val_B (tarval *tv); tarval_s tv_val_s (tarval *tv); -#ifdef NDEBUG -#define TARVAL_VRFY(val) ((void)0) -#else -#define TARVAL_VRFY(val) _tarval_vrfy ((val)) -extern void _tarval_vrfy (const tarval *); -#endif - -#ifdef STATS -void tarval_stats (void); -#else -#define tarval_stats() ((void)0) -#endif - ir_mode *get_tv_mode (tarval *tv); /* Returns the entity if the tv is a pointer to an entity, else returns NULL; */ @@ -214,4 +201,4 @@ entity *get_tv_entity(tarval *tv); /* Returns 0 if tv is positive, else > 0. @@@ not tested! */ int tv_is_negative(tarval *a); -#endif +#endif /* _TV_H_ */