X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fcdep.c;h=de40a6b807ed4046fc7e683dcc7211414dd89e67;hb=4e4591680d1b755d59bb679ead437cd07ffb688a;hp=7ca868aec15d04e7aa9863b3d449c2f8dec93d77;hpb=b7c2872b35f2a5bcf9f5496710e2084ad0c09fe8;p=libfirm diff --git a/ir/ana/cdep.c b/ir/ana/cdep.c index 7ca868aec..de40a6b80 100644 --- a/ir/ana/cdep.c +++ b/ir/ana/cdep.c @@ -9,8 +9,6 @@ #include "cdep.h" #include "irprintf.h" -typedef unsigned int uint; - static pmap *cdep_map; cdep *find_cdep(const ir_node *block) @@ -66,8 +64,8 @@ typedef struct cdep_env { static void cdep_pre(ir_node *node, void *ctx) { cdep_env *env = ctx; - uint n; - uint i; + unsigned int n; + unsigned int i; /* special case: * start and end block have no control dependency