From ed5876aea11b7cc1f804587cdb8088660492a239 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Thu, 10 Mar 2005 10:05:38 +0000 Subject: [PATCH] chanmged method name [r5338] --- ir/external/read.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ir/external/read.c b/ir/external/read.c index 7a418aeea..7b950e8f4 100644 --- a/ir/external/read.c +++ b/ir/external/read.c @@ -1465,7 +1465,7 @@ static void create_abstract_firm(module_t *module, proc_t *proc, entity *fent) VERBOSE_PRINT((stdout, "verify graph\n")); irg_vrfy(irg); VERBOSE_PRINT((stdout, "finalize construction\n")); - finalize_cons (irg); + irg_finalize_cons (irg); } /********************************************************************/ @@ -1677,6 +1677,9 @@ void free_abstraction(void) { /* * $Log$ + * Revision 1.21 2005/03/10 10:05:38 goetz + * chanmged method name + * * Revision 1.20 2005/01/05 14:28:35 beck * renames all is_x*_type() functions to is_X*_type() to prevent name clash with EDG frontend * -- 2.20.1