X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag.c;h=1169a7adf9cb7951b7581ea9c5be4d983db6dd19;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=80fa5f87e6f72d1b5788b292d743ecaab121d324;hpb=b629f9f2c86fa8a50576bb4933b2ecdeb9f41008;p=libfirm diff --git a/ir/ir/irflag.c b/ir/ir/irflag.c index 80fa5f87e..1169a7adf 100644 --- a/ir/ir/irflag.c +++ b/ir/ir/irflag.c @@ -11,7 +11,7 @@ 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 */