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