X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ffirm_common_t.h;h=480e2e978e7495c1516f845158d044dda1d17982;hb=58e533a640ff427362877a3d2f1a5142c96391e1;hp=c06b84dd740f807a30adbcff80c0da5ba15d0986;hpb=f001e5b3cb89f984c977a9f7d4aef02cc3cc56eb;p=libfirm diff --git a/ir/common/firm_common_t.h b/ir/common/firm_common_t.h index c06b84dd7..480e2e978 100644 --- a/ir/common/firm_common_t.h +++ b/ir/common/firm_common_t.h @@ -48,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_ */