Whitespace changes --flo
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Tue, 25 Jun 2002 16:06:02 +0000 (16:06 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Tue, 25 Jun 2002 16:06:02 +0000 (16:06 +0000)
[r417]

ir/tv/tv.c
ir/tv/tv.h

index 73f6515..a69f45d 100644 (file)
@@ -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;
+}
index edceed3..b38bdf3 100644 (file)
@@ -208,5 +208,6 @@ void tarval_stats (void);
 #endif
 
 ir_mode *get_tv_mode (tarval *tv);
+entity *get_tv_entity(tarval *tv);
 
 #endif