From f240cffcc681aad3987120bad9fc4c940ac727f1 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 13 Dec 2006 19:58:25 +0000 Subject: [PATCH] rename type entity into ir_entity --- ir/be/firm/bearch_firm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/firm/bearch_firm.c b/ir/be/firm/bearch_firm.c index dad3b64a4..1b84fe48b 100644 --- a/ir/be/firm/bearch_firm.c +++ b/ir/be/firm/bearch_firm.c @@ -357,12 +357,12 @@ static void firm_set_stack_bias(const void *self, ir_node *irn, int bias) { } -static entity *firm_get_frame_entity(const void *self, const ir_node *irn) +static ir_entity *firm_get_frame_entity(const void *self, const ir_node *irn) { return NULL; } -static void firm_set_frame_entity(const void *self, const ir_node *irn, entity *ent) +static void firm_set_frame_entity(const void *self, const ir_node *irn, ir_entity *ent) { } -- 2.20.1