fix a bunch of warnings reported by cparser
[libfirm] / ir / be / TEMPLATE / TEMPLATE_nodes_attr.h
index 6c667c9..3a01a23 100644 (file)
@@ -31,10 +31,7 @@ typedef struct TEMPLATE_attr_t  TEMPLATE_attr_t;
 
 struct TEMPLATE_attr_t
 {
-       tarval *value;
-
-       const arch_register_req_t **in_req;  /**< register requirements for arguments */
-       const arch_register_req_t **out_req; /**< register requirements for results */
+       ir_tarval *value;
 };
 
 #endif