From a5a86fcc870ab675663af268fae8977bba2c45dd Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 14 Feb 2005 16:51:03 +0000 Subject: [PATCH] renamed init_reflect [r5127] --- ir/common/firm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/common/firm.c b/ir/common/firm.c index c6281ec7e..f741a2c28 100644 --- a/ir/common/firm.c +++ b/ir/common/firm.c @@ -66,8 +66,8 @@ init_firm(const firm_parameter_t *param) init_hooks(); /* enhanced statistics, need idents and hooks */ init_stat(def_params.enable_statistics); - /* Edges need hooks. */ - init_edges(); + /* Edges need hooks. */ + init_edges(); /* create the type kinds. */ init_tpop(); /* create an obstack and put all tarvals in a pdeq */ @@ -95,7 +95,7 @@ init_firm(const firm_parameter_t *param) /* allocate a hash table. */ init_type_identify(def_params.ti_if); /* Init reflection facility. */ - init_rflct(); + firm_init_rflct(); /* Init architecture dependent optimizations. */ arch_dep_init(arch_dep_default_factory); -- 2.20.1