X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fcdep.h;h=c1edc7340d09de2d246e9fdf8fcaa47524d76fd2;hb=5d5a9c9ce851ff517747027ecd9dded22da55de7;hp=17335fe7bef77268111720c19008796fa9c4c240;hpb=660f709377ad5d9b9742e9c1bcc37a6f999715b3;p=libfirm diff --git a/include/libfirm/cdep.h b/include/libfirm/cdep.h index 17335fe7b..c1edc7340 100644 --- a/include/libfirm/cdep.h +++ b/include/libfirm/cdep.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -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 */