Fixed ir/ana/irouts.c ir/ir/ircons.h ir/ir/irdump.c --flo
[libfirm] / ir / ana / irouts.h
index 04c0662..86b6c2b 100644 (file)
@@ -81,7 +81,10 @@ void irg_out_block_walk(ir_node *node,
    out edges from block to floating nodes even if graph is in state
    "floats".   Optimizes Tuple nodes. */
 void compute_outs(ir_graph *irg);
+/** Computes the out edges in interprocedural view */
+void ascompute_ip_outs(void);
 /** Frees the out datastructures.  Sets the flag in irg to "no_outs". */
+void free_ip_outs(void);
 void free_outs(ir_graph *irg);
 
 #endif /* _IROUTS_H_ */