stuff
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 14 Mar 2005 11:33:26 +0000 (11:33 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 14 Mar 2005 11:33:26 +0000 (11:33 +0000)
[r5369]

ir/common/firm.h
ir/common/old_fctnames.h

index c8f1833..f22ecaf 100644 (file)
@@ -77,23 +77,24 @@ extern "C" {
 #include "loop_unrolling.h" /* Do loop unrolling*/
 
 /* 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 "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 */
-#include "typegmod.h"      /* Support to modify type graph */
-#include "type_identify.h" /* Support for type identification */
-#include "mangle.h"        /* Support for mangling ident names. */
+#include "irgmod.h"         /* Support to modify ir */
+#include "irgwalk.h"        /* Support to walk ir */
+#include "typewalk.h"       /* Support to walk type information */
+#include "typegmod.h"       /* Support to modify type graph */
+#include "type_identify.h"  /* Support for type identification */
+#include "mangle.h"         /* Support for mangling ident names. */
+#include "tr_inheritance.h" /* Support to handle inheritance. */
 
 #include "irarch.h"        /* architecture dependant optimizations */
 //#include "modeconv.h"      /* architecture dependant mode conversion */
index ecd86c9..4d91301 100644 (file)
@@ -21,6 +21,7 @@
 #define add_in_edge(X, Y)     add_immBlock_pred(X, Y)
 #define mature_block(X)              mature_immBlock(X)
 #define switch_block(X)              set_cur_block(X)
+#define finalize_cons(X)      irg_finalize_cons(X)
 
 /* irgraph */
 #define get_irg_ent(X)        get_irg_entity(X)