X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=driver%2Ffirm_opt.h;h=3c04f85153fffd43277c104ed020c22cd2bc23b3;hb=ad9efc39590fd07051ef6dacbeb52bbbdddfc90e;hp=0e7b60c72740d1ede37ac094e6cc9f4a37dbfd42;hpb=d9f918c846087ee7fc1b97e83671181c1ecf2fff;p=cparser diff --git a/driver/firm_opt.h b/driver/firm_opt.h index 0e7b60c..3c04f85 100644 --- a/driver/firm_opt.h +++ b/driver/firm_opt.h @@ -4,10 +4,14 @@ #include #include +/** The floating point immediate mode if set. */ +extern ir_mode *firm_imm_fp_mode; + enum rts_names { rts_debugbreak, /**< the name of the __debugbreak() intrinsic */ rts_abort, /**< the name of the abort() function */ rts_abs, /**< the name of the abs() function */ + rts_alloca, /**< the name of the alloca() function */ rts_labs, /**< the name of the labs() function */ rts_llabs, /**< the name of the llabs() function */ rts_imaxabs, /**< the name of the imaxabs() function */