X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Famd64%2Famd64_new_nodes.h;h=ffc9f9e7cbfd1f5f6e5ec6e841d5f0d3e2fd0b75;hb=5025bfbdddadddabb850763898ad508935eebe43;hp=057036027a997c6e765d2be6022aaa505220c3da;hpb=27c0106afe9b29881db883eac7605b3776d44c25;p=libfirm diff --git a/ir/be/amd64/amd64_new_nodes.h b/ir/be/amd64/amd64_new_nodes.h index 057036027..ffc9f9e7c 100644 --- a/ir/be/amd64/amd64_new_nodes.h +++ b/ir/be/amd64/amd64_new_nodes.h @@ -20,7 +20,6 @@ /** * @file * @brief Function prototypes for the assembler ir node constructors. - * @version $Id: amd64_new_nodes.h 26549 2009-09-18 17:48:23Z matze $ */ #ifndef FIRM_BE_TEMPALTE_amd64_NEW_NODES_H #define FIRM_BE_amd64_amd64_NEW_NODES_H @@ -47,25 +46,10 @@ void set_amd64_ls_mode(ir_node *n, ir_mode *mode); * Returns the attributes of an amd64 node. */ amd64_attr_t *get_amd64_attr(ir_node *node); - const amd64_attr_t *get_amd64_attr_const(const ir_node *node); -const amd64_immediate_attr_t *get_amd64_immediate_attr_const(const ir_node *node); -const amd64_SymConst_attr_t *get_amd64_SymConst_attr_const(const ir_node *node); - -/** - * Returns the argument register requirements of an amd64 node. - */ -const arch_register_req_t **get_amd64_in_req_all(const ir_node *node); -/** - * Returns the argument register requirements of an amd64 node. - */ -const arch_register_req_t *get_amd64_in_req(const ir_node *node, int pos); - -/** - * Sets the IN register requirements at position pos. - */ -void set_amd64_req_in(ir_node *node, const arch_register_req_t *req, int pos); +const amd64_SymConst_attr_t *get_amd64_SymConst_attr_const(const ir_node *node); +amd64_SymConst_attr_t *get_amd64_SymConst_attr(ir_node *node); /* Include the generated headers */ #include "gen_amd64_new_nodes.h"