X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_opt.h;h=202db4f03d4efb7f9b9d0c40131a5cabe7600fed;hb=368123ed15555886729567e502705e73e88d757c;hp=e4029caafdf6cce8dc9ad1fda799f8cd3a31accc;hpb=5d3487461ffb176429e59d74bbae6703c834839d;p=cparser diff --git a/driver/firm_opt.h b/driver/firm_opt.h index e4029ca..202db4f 100644 --- a/driver/firm_opt.h +++ b/driver/firm_opt.h @@ -4,14 +4,11 @@ #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_alloca, /**< the name of the alloca() 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 */