X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag.h;h=7041e18224f534ab1ba40d64e63ad3b048c7013c;hb=d2dc2564b47d9c113d7e6e598574e9733627fcca;hp=5e21bad26b40146c10ec88eb77399f9fb030ed5a;hpb=05828824fb0af08014cb029cf70a11627acdf5c5;p=libfirm diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index 5e21bad26..7041e1822 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -155,9 +155,6 @@ void set_opt_control_flow_weak_simplification(int value); /** Enables/Disables strong if and loop simplification (in optimize_cf). */ void set_opt_control_flow_strong_simplification(int value); -/** Enables/Disables removal of critical control flow edges. */ -void set_opt_critical_edges(int value); - /** Enables/Disables reassociation. * * If opt_reassociation == 1 reassociation is performed.