X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag_t.def;h=39bdb62ed599ed616671bc7569b50e2bc206dd85;hb=acec916796fe96c897197a46813757394623ad21;hp=fd5846bef2f20c53665c49151bfbb71220cce518;hpb=a5c804d0096b70e513d11c7770e15acd76b070ef;p=libfirm diff --git a/ir/ir/irflag_t.def b/ir/ir/irflag_t.def index fd5846bef..39bdb62ed 100644 --- a/ir/ir/irflag_t.def +++ b/ir/ir/irflag_t.def @@ -77,8 +77,8 @@ I_FLAG(fragile_ops , 19, OFF) /** If conversion. */ I_FLAG(if_conversion , 20, OFF) -/** Optimize real function calls. */ -I_FLAG(real_function_call , 21, ON) +/** Optimize function calls. */ +I_FLAG(function_call , 21, ON) /** Optimize cast nodes. */ E_FLAG(optimize_class_casts , 22, ON) @@ -96,5 +96,11 @@ 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) + +/** Enable Alias-analysis. */ +I_FLAG(alias_analysis , 29, ON) + /** Closed world assumption. */ I_FLAG(closed_world , 31, OFF)