From 797fcd96ba6a629a198cfc21e28b41e10e936db5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 12 Sep 2006 21:16:09 +0000 Subject: [PATCH] renamed some firm enum types to have the ir_ prefix --- ir/be/mips/mips_gen_decls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/mips/mips_gen_decls.c b/ir/be/mips/mips_gen_decls.c index e75da7727..4888891c4 100644 --- a/ir/be/mips/mips_gen_decls.c +++ b/ir/be/mips/mips_gen_decls.c @@ -324,8 +324,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