X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_opt.c;h=fe82a42574624178abc27099674d50a527a4c737;hb=9f6f0f7cf63b5f2f4b53d99f85577abd7980cbc0;hp=6fd41b64fe6905d2e8a2cc333dc7c3af82a032ec;hpb=2999e006fd8f5b51608095577075a83ee65a1ee8;p=cparser diff --git a/driver/firm_opt.c b/driver/firm_opt.c index 6fd41b6..fe82a42 100644 --- a/driver/firm_opt.c +++ b/driver/firm_opt.c @@ -482,10 +482,8 @@ static void do_firm_optimizations(const char *input_filename, int firm_const_exi CHECK_ONE(firm_opt.check_all, irg); } -#ifndef THIS_NEEDS_FURTHER_TESTING_AND_A_PARAMETER_FOR_SPARE_SIZE lower_Switch(irg, 128); DUMP_ONE_C(firm_dump.ir_graph && firm_dump.all_phases, irg, "lower_switch"); -#endif /* should we really remove the Confirm here? */ if (firm_opt.confirm) {