added support for x87 fp unit
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 27 Mar 2006 13:00:41 +0000 (13:00 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 27 Mar 2006 13:00:41 +0000 (13:00 +0000)
ir/be/ia32/ia32_nodes_attr.h

index 53140bd..b719f25 100644 (file)
@@ -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_ */