fix warning
[libfirm] / ir / ana / cdep.c
index 7ca868a..de40a6b 100644 (file)
@@ -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