use xmalloc instead of malloc
[libfirm] / ir / ir / irflag_t.def
index fd5846b..3426e85 100644 (file)
@@ -96,5 +96,8 @@ I_FLAG(ldst_only_null_ptr_exceptions      , 26, ON)
 /** Sel-based Null-pointer check elimination. */
 I_FLAG(sel_based_null_check_elim          , 27, OFF)
 
+/** Automatically create Sync node during construction. */
+I_FLAG(auto_create_sync                   , 28, OFF)
+
 /** Closed world assumption. */
 I_FLAG(closed_world                       , 31, OFF)