minor
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 15 Jun 2005 07:57:25 +0000 (07:57 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 15 Jun 2005 07:57:25 +0000 (07:57 +0000)
[r6010]

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

index 9a1d014..ff67024 100644 (file)
@@ -81,6 +81,7 @@ extern "C" {
 
 /* Analyses */
 #include "irouts.h"         /* Graph reversal / out edges. */
+#include "trouts.h"         /* Graph reversal / out edges for types. */
 #include "irdom.h"          /* Dominator analysis */
 #include "cgana.h"          /* Analysis to construct interprocedural graph */
                             /* including some optimizations */
index 4d91301..ec42ac2 100644 (file)
 
 #define get_method_n_res(X) get_method_n_ress(X)
 
+/* entity.h */
+#define ent_visibility visibility
+
 /* tv.h */
 #define tarval_from_long(X, Y) new_tarval_from_long(Y, X)
 #define tarval_P_from_entity(X) new_tarval_from_entity(X, mode_P_mach)