From 428ac3c0116ba3af9e495a7dd960fd0322deab10 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 8 Jun 2006 10:47:13 +0000 Subject: [PATCH] renamed type to ir_typrenamed type to ir_type [r7891] --- ir/opt/escape_ana.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1