From f370e1e0b78dad77c03f73636a17d4ee96e4da7b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 12 Sep 2006 21:19:35 +0000 Subject: [PATCH] renamed some firm enum types to have the ir_ prefix --- ir/be/TEMPLATE/TEMPLATE_gen_decls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/TEMPLATE/TEMPLATE_gen_decls.c b/ir/be/TEMPLATE/TEMPLATE_gen_decls.c index 7f4a759c6..fb431af5d 100644 --- a/ir/be/TEMPLATE/TEMPLATE_gen_decls.c +++ b/ir/be/TEMPLATE/TEMPLATE_gen_decls.c @@ -371,8 +371,8 @@ static void dump_global(struct obstack *rdata_obstack, struct obstack *data_obst * FIXME: did NOT work for partly constant values */ if (! is_Method_type(ty)) { - ent_variability variability = get_entity_variability(ent); - visibility visibility = get_entity_visibility(ent); + ir_variability variability = get_entity_variability(ent); + ir_visibility visibility = get_entity_visibility(ent); if (variability == variability_constant) { /* a constant entity, put it on the rdata */ -- 2.20.1