- get_entity_nr() now takes an cont entity
[libfirm] / ir / tr / type_or_entity.h
index 54de00b..ecdd5ed 100644 (file)
@@ -25,8 +25,8 @@
 
 /** A data type to treat types and entities as the same. */
 typedef union {
-  ir_type *typ;     /**< points to a type */
-  entity  *ent;     /**< points to an entity */
+  ir_type   *typ;   /**< points to a type */
+  ir_entity *ent;   /**< points to an entity */
 } type_or_ent;