X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firouts.h;h=93c77709f284de50f1c290a03b6e68f958e1eb1f;hb=4879e4b506f42496f00991f8472e91814e383bfb;hp=3d87bf630ce0e2e5dda5dcfd832ffacb57fcd24f;hpb=74d5a9023b48f346eead323a74e28297659e34b7;p=libfirm diff --git a/include/libfirm/irouts.h b/include/libfirm/irouts.h index 3d87bf630..93c77709f 100644 --- a/include/libfirm/irouts.h +++ b/include/libfirm/irouts.h @@ -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);