Fixed bug with switch conds
[libfirm] / 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_ */