belive: Clean up be_values_interfere() and its cousin my_values_interfere2().
[libfirm] / ir / be / TEMPLATE / TEMPLATE_nodes_attr.h
index d1fda2f..a252ac1 100644 (file)
 /**
  * @file
  * @brief   attributes attached to all TEMPLATE nodes
- * @version $Id$
  */
 #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
 {
-       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