X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag_t.def;h=1a1cf2939a8e3c0fd9ba671a967e702d54e0bfef;hb=b597c7fd473086ca6374b2abbdf129f595c156d0;hp=38d0ead59cdd3053d465d69584e8e9cecd3de82a;hpb=c77f71bb78b53c0bf9d3a394712bc0e17262aaff;p=libfirm diff --git a/ir/ir/irflag_t.def b/ir/ir/irflag_t.def index 38d0ead59..1a1cf2939 100644 --- a/ir/ir/irflag_t.def +++ b/ir/ir/irflag_t.def @@ -58,8 +58,8 @@ I_FLAG(control_flow_weak_simplification , 6, ON) /** */ I_FLAG(control_flow_strong_simplification , 7, ON) -/** If set, overflow unsafe transformations are allowed. */ -I_FLAG(overflow_unsafe_transform , 8, OFF) +/** Algebraic simplifications. */ +I_FLAG(algebraic_simplification , 8, ON) /** Remove dynamic method dispatch. */ E_FLAG(dyn_meth_dispatch , 11, ON)