X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag.c;h=1169a7adf9cb7951b7581ea9c5be4d983db6dd19;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=1163d7cb08d13cfbfc39ee30c1f07c3e3bc5a1e2;hpb=d5270b4f4973d5a88eb48ea66c43e9f518dfd360;p=libfirm diff --git a/ir/ir/irflag.c b/ir/ir/irflag.c index 1163d7cb0..1169a7adf 100644 --- a/ir/ir/irflag.c +++ b/ir/ir/irflag.c @@ -6,13 +6,12 @@ ** irflag --- optimization flags */ -# include "irflag.h" /* 0 - don't do this optimization 1 - lets see, if there is a better graph */ int opt_cse = 1; int opt_constant_folding = 1; -int opt_dead_node_elimination = 0; +int opt_dead_node_elimination = 1; int optimized = 1; /* set the flags with set_flagname, get the flag with get_flagname */