From: Michael Beck Date: Mon, 27 Mar 2006 13:00:41 +0000 (+0000) Subject: added support for x87 fp unit X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c79e5065a0995fe0a566e809a7d55b2f63361011;p=libfirm added support for x87 fp unit --- 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_ */