From: Florian Liekweg Date: Tue, 25 Jun 2002 16:06:02 +0000 (+0000) Subject: Whitespace changes --flo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=1bea052f9f6372f240fd568eea680e047acb27e8;hp=c39143631002d7913214982d368fa16b56fa30c1;p=libfirm Whitespace changes --flo [r417] --- diff --git a/ir/tv/tv.c b/ir/tv/tv.c index 73f6515b5..a69f45d8c 100644 --- a/ir/tv/tv.c +++ b/ir/tv/tv.c @@ -1778,3 +1778,10 @@ get_tv_mode (tarval *tv) { return tv->mode; } + + +entity *get_tv_entity(tarval *tv) +{ + /*assert(??? && "not a pointer to an entity");*/ + return tv->u.p.ent; +} diff --git a/ir/tv/tv.h b/ir/tv/tv.h index edceed3ab..b38bdf37b 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -208,5 +208,6 @@ void tarval_stats (void); #endif ir_mode *get_tv_mode (tarval *tv); +entity *get_tv_entity(tarval *tv); #endif