X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_opt.c;h=8d3d3fa2ec30f4f859043252632aa39a44fcd1fa;hb=2058211f61e90b3acfcce898516274e84c314c8b;hp=95cae021f5a24921ea0203972f2c37060e405b3b;hpb=2fe4650c6929d9d1f4159cb8227994204bf2edbd;p=cparser diff --git a/driver/firm_opt.c b/driver/firm_opt.c index 95cae02..8d3d3fa 100644 --- a/driver/firm_opt.c +++ b/driver/firm_opt.c @@ -534,7 +534,7 @@ static void do_firm_optimizations(const char *input_filename, int firm_const_exi } if (firm_opt.do_inline) { - inline_functions(50); + inline_functions(500, 50); DUMP_ALL_C(firm_dump.ir_graph && firm_dump.all_phases, "inl"); CHECK_ALL(firm_opt.check_all); }