fix warning
authorMatthias Braun <matze@braunis.de>
Fri, 15 Dec 2006 12:39:33 +0000 (12:39 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 15 Dec 2006 12:39:33 +0000 (12:39 +0000)
[r8467]

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