X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_nodes_attr.h;h=a252ac1e146e2e84cd14c81264fa51cb33189c21;hb=c6571686bfbfb3c87ae24ae1dc568e685d6cd49a;hp=6c667c901d62b8f35cd73367583d4e4a73671ce2;hpb=72fca46dfebc45e1c8466d0b7035a68b9d1495fe;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h index 6c667c901..a252ac1e1 100644 --- a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h +++ b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h @@ -20,21 +20,17 @@ /** * @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.h" +#include "bearch.h" 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