From: Sebastian Hack Date: Thu, 10 Feb 2005 11:55:57 +0000 (+0000) Subject: Added switch for the out edges X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a61230d8ff472e09a46376ebb7f7b176586013b4;p=libfirm Added switch for the out edges [r5079] --- 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_ */