remove the deprecated and unused construct of a value_res_base entities in method...
[libfirm] / include / libfirm / irouts.h
index 3d87bf6..93c7770 100644 (file)
@@ -81,7 +81,7 @@ FIRM_API ir_node *get_Block_cfg_out_ka(const ir_node *node, int pos);
 FIRM_API void irg_out_walk(ir_node *node, irg_walk_func *pre,
                            irg_walk_func *post, void *env);
 
-/** Walks only over Block nodes in the graph.  Has it's own visited
+/** Walks only over Block nodes in the graph.  Has its own visited
    flag, so that it can be interleaved with the other walker.
    node must be either op_Block or mode_X.  */
 FIRM_API void irg_out_block_walk(ir_node *node, irg_walk_func *pre,
@@ -107,13 +107,6 @@ FIRM_API void compute_irp_outs(void);
 
 FIRM_API void assure_irg_outs(ir_graph *irg);
 
-#ifdef INTERPROCEDURAL_VIEW
-/** Computes the out edges in interprocedural view */
-FIRM_API void compute_ip_outs(void);
-/** Frees the out datastructures.  Sets the flag in irg to "outs_none". */
-FIRM_API void free_ip_outs(void);
-#endif
-
 FIRM_API void free_irg_outs(ir_graph *irg);
 FIRM_API void free_irp_outs(void);