renamed get_type_nameid to get_type_ident
[libfirm] / ir / tr / typegmod.h
index 1077fe5..256f20c 100644 (file)
  */
 inline void exchange_types(type *old_type, type *new_type);
 
+/****f* tpop/skip_tid
+ *
+ * NAME
+ *   skip_tid -- skip id types until a useful type is reached.
+ * SYNOPSIS
+ *   type *skip_tid(type *tp)
+ * INPUTS
+ *   A type of arbitrary kind.
+ * RETURNS
+ *   tp if it is not an id type.
+ *   If tp is an id type retruns the real type it stands for.
+ ***
+ */
+inline type *skip_tid(type *tp);
 
 # endif /*_TYPEGMOD_H_ */