document the new behaviour of set_entity_owner which has been there for a while now
[libfirm] / include / libfirm / irprog.h
index 926f44d..e0c2422 100644 (file)
@@ -36,8 +36,6 @@
  *     program.  It is not the base class of
  *     all classes in a class hierarchy (as, e.g., "object" in java).
  *   - A degenerated graph that contains constant expressions.
- *   - interprocedural outs state.
- *   - a flag indicating validity of the interprocedural representation.
  *   - the output file name
  */
 #ifndef FIRM_IR_IRPROG_H
@@ -151,13 +149,6 @@ FIRM_API ir_graph *get_irp_irg(int pos);
 /** Sets the ir graph at position pos. */
 FIRM_API void set_irp_irg(int pos, ir_graph *irg);
 
-/** Gets the number of graphs _and_ pseudo graphs. */
-FIRM_API int get_irp_n_allirgs(void);
-
-/** Returns the ir graph at position pos of all graphs (including
- pseudo graphs).  Visits first graphs, then pseudo graphs. */
-FIRM_API ir_graph *get_irp_allirg(int pos);
-
 /**
  * Returns the type containing the entities for a segment.
  *