From: Michael Beck Date: Thu, 8 Jun 2006 10:47:13 +0000 (+0000) Subject: renamed type to ir_typrenamed type to ir_type X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=428ac3c0116ba3af9e495a7dd960fd0322deab10;p=libfirm renamed type to ir_typrenamed type to ir_type [r7891] --- diff --git a/ir/opt/escape_ana.c b/ir/opt/escape_ana.c index 8c53f3742..fa1d52bca 100644 --- a/ir/opt/escape_ana.c +++ b/ir/opt/escape_ana.c @@ -269,7 +269,7 @@ static void find_allocations(ir_node *alloc, void *ctx) static void transform_allocs(ir_graph *irg, walk_env_t *env) { ir_node *alloc, *next, *mem, *sel, *size; - type *ftp, *atp, *tp; + ir_type *ftp, *atp, *tp; entity *ent; char name[128]; unsigned nr = 0;