sparc: new patterns to match comparisons of bitoperations with zero
[libfirm] / ir / be / TEMPLATE / TEMPLATE_nodes_attr.h
index 9421e34..6c667c9 100644 (file)
 #ifndef FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
 #define FIRM_BE_TEMPLATE_TEMPLATE_NODES_ATTR_H
 
-#include "../bearch_t.h"
+#include "../bearch.h"
 
 typedef struct TEMPLATE_attr_t  TEMPLATE_attr_t;
 
 struct TEMPLATE_attr_t
 {
-       arch_irn_flags_t flags;     /**< indicating if spillable, rematerializeable ... etc. */
+       tarval *value;
 
        const arch_register_req_t **in_req;  /**< register requirements for arguments */
        const arch_register_req_t **out_req; /**< register requirements for results */
-
-       const arch_register_t **slots;       /**< register slots for assigned registers */
 };
 
 #endif