Added switch for the out edges
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 10 Feb 2005 11:55:57 +0000 (11:55 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Thu, 10 Feb 2005 11:55:57 +0000 (11:55 +0000)
[r5079]

ir/common/firm_common_t.h

index c06b84d..480e2e9 100644 (file)
  *  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_ */