remove the unused 'ident' type, remove tpo_max add tpo_last
[libfirm] / include / libfirm / structure.h
index f0f2aef..4491777 100644 (file)
@@ -162,6 +162,7 @@ int get_region_n_preds(const ir_region *reg);
  * Return the predecessor region at position pos.
  *
  * @param reg  the region
+ * @param pos  the position number
  */
 ir_region *get_region_pred(const ir_region *reg, int pos);