X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibfirm%2Fcdep.h;h=ff68c05b3954d5ab8e6774d21aa940a7a51b2c36;hb=dee4107044b8f1be361d35c405371e083cc740c3;hp=17335fe7bef77268111720c19008796fa9c4c240;hpb=660f709377ad5d9b9742e9c1bcc37a6f999715b3;p=libfirm diff --git a/include/libfirm/cdep.h b/include/libfirm/cdep.h index 17335fe7b..ff68c05b3 100644 --- a/include/libfirm/cdep.h +++ b/include/libfirm/cdep.h @@ -47,6 +47,9 @@ void free_cdep(ir_graph *irg); */ ir_cdep *find_cdep(const ir_node *block); +/** + * Replace the control dependence info of old by the info of nw. + */ void exchange_cdep(ir_node *old, const ir_node *nw); /** @@ -73,7 +76,7 @@ int is_iterated_cdep_on(ir_node *dependee, ir_node *candidate); ir_node *get_unique_cdep(const ir_node *block); /** - * check if the given block is control dependent of more than one node. + * Check if the given block is control dependent of more than one node. * * @param block the block to check */