X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag_t.def;h=3426e8591e4761c75c23e43bc612ece3427a0751;hb=b78bdd4d94de46de4156272e6dbfe44e97933a5b;hp=fd5846bef2f20c53665c49151bfbb71220cce518;hpb=a5c804d0096b70e513d11c7770e15acd76b070ef;p=libfirm diff --git a/ir/ir/irflag_t.def b/ir/ir/irflag_t.def index fd5846bef..3426e8591 100644 --- a/ir/ir/irflag_t.def +++ b/ir/ir/irflag_t.def @@ -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)