From c79e5065a0995fe0a566e809a7d55b2f63361011 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 27 Mar 2006 13:00:41 +0000 Subject: [PATCH] added support for x87 fp unit --- ir/be/ia32/ia32_nodes_attr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/be/ia32/ia32_nodes_attr.h b/ir/be/ia32/ia32_nodes_attr.h index 53140bd7d..b719f2554 100644 --- a/ir/be/ia32/ia32_nodes_attr.h +++ b/ir/be/ia32/ia32_nodes_attr.h @@ -112,6 +112,7 @@ typedef struct _ia32_attr_t { const ia32_register_req_t **out_req; /**< register requirements for results */ const arch_register_t **slots; /**< register slots for assigned registers */ + const arch_register_t *x87[3]; /**< register slots for x87 register */ } ia32_attr_t; #endif /* _IA32_NODES_ATTR_H_ */ -- 2.20.1