X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcdep.c;h=f7ad093a9a380f4b6dceb4e3c5067345bb01f35f;hb=31a94f37b692bfab97bebf48ba6d667c16956835;hp=1b48a8d5e3ad434b5293a55c8743b18862f20008;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/ana/cdep.c b/ir/ana/cdep.c index 1b48a8d5e..f7ad093a9 100644 --- a/ir/ana/cdep.c +++ b/ir/ana/cdep.c @@ -24,7 +24,7 @@ */ #include #include -#include "irdom.h" +#include "irdom_t.h" #include "irgraph.h" #include "irgwalk.h" #include "irnode.h" @@ -52,7 +52,6 @@ ir_cdep *(get_cdep_next)(const ir_cdep *cdep) return _get_cdep_next(cdep); } -/* Return a list of all control dependences of a block. */ ir_cdep *find_cdep(const ir_node *block) { assert(is_Block(block));