- removed unused immediate fp mode
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 8 Dec 2008 23:38:09 +0000 (23:38 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 8 Dec 2008 23:38:09 +0000 (23:38 +0000)
[r24421]

driver/firm_opt.c
driver/firm_opt.h

index c5c9b83..de1be15 100644 (file)
@@ -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);
index 3c04f85..202db4f 100644 (file)
@@ -4,9 +4,6 @@
 #include <libfirm/firm_types.h>
 #include <libfirm/dbginfo.h>
 
-/** 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 */