From 722f2a9e290dc1821f235fea93e1b80e0c7c15c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 28 Dec 2004 13:17:04 +0000 Subject: [PATCH] removed old_fctnames. should not be included by default any more. [r4773] --- ir/common/firm.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ir/common/firm.h b/ir/common/firm.h index 8792cd466..f7dc8f091 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -76,10 +76,12 @@ extern "C" { #include "entity.h" /* entity representation */ #include "tv.h" /* target values */ #include "ident.h" /* source code identificators */ + /* Functionality */ #include "ircons.h" /* construct ir */ #include "ircgcons.h" /* construct interprocedural graph */ +/* Optimizations */ #include "irflag.h" /* optimization flags */ #include "irgopt.h" /* optimize ir */ #include "reassoc.h" /* optimize ir by reassociation */ @@ -89,13 +91,18 @@ extern "C" { #include "ircgopt.h" /* Optimizations based on interprocedural graph */ #include "strength_red.h" /* Strength reduction */ +/* Analyses */ #include "irouts.h" /* Graph reversal / out edges. */ #include "irdom.h" /* Dominator analysis */ #include "cgana.h" /* Analysis to construct interprocedural graph */ /* including some optimizations */ #include "irloop.h" /* loop and backedge analysis */ #include "callgraph.h" /* Callgraph construction */ +#include "interval_analysis.h" +#include "field_temperature.h" +#include "execution_frequency.h" +/* Support */ #include "irgmod.h" /* Support to modify ir */ #include "irgwalk.h" /* Support to walk ir */ #include "typewalk.h" /* Support to walk type information */ @@ -124,7 +131,7 @@ extern "C" { /* Makros that define the old function names we decided to rename. Use for compatibility with old implementations. */ -#include "old_fctnames.h" +//#include "old_fctnames.h" /** * libFirm initialization parameters. -- 2.20.1