From 35c307bf8a898d0cd1f7a51b90ef705465409c71 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 5 Apr 2006 09:04:48 +0000 Subject: [PATCH] add support for fp to gp convert --- ir/be/ia32/bearch_ia32_t.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/ia32/bearch_ia32_t.h b/ir/be/ia32/bearch_ia32_t.h index 760ade870..1b2e99ae7 100644 --- a/ir/be/ia32/bearch_ia32_t.h +++ b/ir/be/ia32/bearch_ia32_t.h @@ -69,6 +69,8 @@ typedef struct _ia32_code_gen_t { const be_irg_t *birg; /**< The be-irg (contains additional information about the irg) */ ir_node **blk_sched; /**< an array containing the scheduled blocks */ ia32_optimize_t opt; /**< contains optimization information */ + entity *fp_to_gp; /**< allocated entity for fp to gp conversion */ + entity *gp_to_fp; /**< allocated entity for gp to fp conversion */ int arch; /**< instruction architecture */ int opt_arch; /**< optimize for architecture */ int fp_kind; /**< floating point kind */ -- 2.20.1