Some access routines for visited flags in entity.h, irnode.h,
[libfirm] / ir / common / firm.h
index 1c465c8..db19518 100644 (file)
 **
 */
 
+/* $Id$ */
+
 # ifndef _FIRM_H_
 # define _FIRM_H_
 
 /* The representations */
-# include "irprog.h"
-# include "type.h"
-# include "entity.h"
+# include "irprog.h"     /* control flow and data of a program */
+# include "type.h"       /* type representation */
+# include "entity.h"     /* entity representation */
+# include "tv.h"         /* target values */
+# include "ident.h"      /* source code identificators */
 /* Functionality */
-# include "ircons.h"
-# include "irgopt.h"
-
-/* */
-# include "xprintf.h"
-
-
-/** Global flags.  Set these by autoconf?? **/
-/* If this is defined debuging aids are created, e.g. a field in
-   ir_node uniquely numbering the nodes. */
-/* @@@???? this is also set in irnode.h */
-#define DEBUG_libfirm
-
+# include "ircons.h"     /* construct ir */
+# include "irgopt.h"     /* optimize ir */
 
 /* initialize firm */
 void init_firm (void);