From d7ecd04c10b91d4bc0bc7ac6e7123ea6ab488014 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 8 Dec 2008 23:38:09 +0000 Subject: [PATCH] - removed unused immediate fp mode [r24421] --- driver/firm_opt.c | 5 ----- driver/firm_opt.h | 3 --- 2 files changed, 8 deletions(-) diff --git a/driver/firm_opt.c b/driver/firm_opt.c index c5c9b83..de1be15 100644 --- a/driver/firm_opt.c +++ b/driver/firm_opt.c @@ -112,8 +112,6 @@ static create_intrinsic_fkt *arch_create_intrinsic = NULL; static void *create_intrinsic_ctx = NULL; static const ir_settings_if_conv_t *if_conv_info = NULL; -ir_mode *firm_imm_fp_mode = NULL; - /* entities of runtime functions */ ir_entity_ptr rts_entities[rts_max]; @@ -920,9 +918,6 @@ void gen_firm_init(void) ad_param = be_params->dep_param; if_conv_info = be_params->if_conv_info; - - if (be_params->has_imm_fp_mode) - firm_imm_fp_mode = be_params->imm_fp_mode; } dbg_init(NULL, NULL, dbg_snprint); diff --git a/driver/firm_opt.h b/driver/firm_opt.h index 3c04f85..202db4f 100644 --- a/driver/firm_opt.h +++ b/driver/firm_opt.h @@ -4,9 +4,6 @@ #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 */ -- 2.20.1