X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_nodes_attr.h;h=fece347395744e63f48c83327ae730835e43206e;hb=223381b39ed8606f5dbf94a7c1f59fd9e0b6d249;hp=9421e34911a69b7af45967943d7df409e8704550;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h index 9421e3491..fece34739 100644 --- a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h +++ b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h @@ -25,18 +25,14 @@ #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. */ - 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