X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_nodes_attr.h;h=fece347395744e63f48c83327ae730835e43206e;hb=223381b39ed8606f5dbf94a7c1f59fd9e0b6d249;hp=bb473537b613752a0fc5b87e2e8ec0056f026f95;hpb=232b108d326a2db9d6fb4c78e2fcf86d4c36a937;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h index bb473537b..fece34739 100644 --- a/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h +++ b/ir/be/TEMPLATE/TEMPLATE_nodes_attr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -25,20 +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. */ - int n_res; /**< number of results for this node */ - const arch_register_req_t **in_req; /**< register requirements for arguments */ const arch_register_req_t **out_req; /**< register requirements for results */ - - /* must be last, dynamically allocated */ - const arch_register_t *slots[1]; /**< register slots for assigned registers */ }; #endif