From: Götz Lindenmaier Date: Thu, 10 Mar 2005 10:05:38 +0000 (+0000) Subject: chanmged method name X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ed5876aea11b7cc1f804587cdb8088660492a239;p=libfirm chanmged method name [r5338] --- 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 *