From 9158eb4b3c77bf39a18939e6b68e479fe7d7cbb5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 12 Sep 2006 21:17:10 +0000 Subject: [PATCH] renamed some firm enum types to have the ir_ prefix --- ir/be/ppc32/ppc32_gen_decls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/ppc32/ppc32_gen_decls.c b/ir/be/ppc32/ppc32_gen_decls.c index 64e96c525..c3f6683b8 100644 --- a/ir/be/ppc32/ppc32_gen_decls.c +++ b/ir/be/ppc32/ppc32_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