X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ffirm_common_t.h;h=480e2e978e7495c1516f845158d044dda1d17982;hb=58e533a640ff427362877a3d2f1a5142c96391e1;hp=7e726beeb9e230f68ed958f57c1dc2adf45ba3c2;hpb=a74e76f9139878f550858941bfa3b2443da498b4;p=libfirm diff --git a/ir/common/firm_common_t.h b/ir/common/firm_common_t.h index 7e726beeb..480e2e978 100644 --- a/ir/common/firm_common_t.h +++ b/ir/common/firm_common_t.h @@ -21,10 +21,6 @@ # ifndef _COMMON_T_H_ # define _COMMON_T_H_ -#ifdef HAVE_CONFIG_H -# include -#endif - #include "firm_common.h" /* --- Global flags. --- */ @@ -52,4 +48,11 @@ * Sometimes it's useful to see the pointer values, though. */ #define NODEID_AS_LABEL 1 +/** + * Enable the possibility for automatic out edges. + * Note, that you have to enable them manually to use them by + * calling edges_activate(). + */ +#define FIRM_EDGES_INPLACE 1 + # endif /*_COMMON_T_H_ */