X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_opt.h;h=90938cf9843ac70214b74ca925125e862643b093;hb=9a9a71f0190e6a79bc3712a1adb8c935fe7e48ca;hp=b2614eaeff50bf1f560bd891512721bb56a0ecea;hpb=c36d97e19b551a532772d88340509f6ab24ecd71;p=cparser diff --git a/driver/firm_opt.h b/driver/firm_opt.h index b2614ea..90938cf 100644 --- a/driver/firm_opt.h +++ b/driver/firm_opt.h @@ -118,4 +118,10 @@ void firm_option_help(print_option_help_func func); * switches) */ void choose_optimization_pack(int level); +/** + * Initialize implicit optimization settings in firm. Frontends should call this + * before starting graph construction + */ +void init_implicit_optimizations(void); + #endif