From 48a4dbac99ff6f2d13f38ecd91ee12bba8bf07a2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 27 Sep 2006 23:29:56 +0000 Subject: [PATCH] fixed type name --- ir/be/ia32/ia32_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_transform.c b/ir/be/ia32/ia32_transform.c index daedc6d49..5d7107bc4 100644 --- a/ir/be/ia32/ia32_transform.c +++ b/ir/be/ia32/ia32_transform.c @@ -180,7 +180,7 @@ static ident *gen_fp_known_const(ia32_known_const_t kct) { { TP_SFP_ABS, ENT_SFP_ABS, SFP_ABS }, /* ia32_SABS */ { TP_DFP_ABS, ENT_DFP_ABS, DFP_ABS } /* ia32_DABS */ }; - static struct entity *ent_cache[ia32_known_const_max]; + static entity *ent_cache[ia32_known_const_max]; const char *tp_name, *ent_name, *cnst_str; ir_type *tp; -- 2.20.1