X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fia32%2Fia32_new_nodes.h;h=ce7d968f7f422c56c7854b97654df9f52733707a;hb=c1fdf770d4d000dd5cf22daead32369342c5f5d1;hp=56fc5ac5799e796aed92d03fcb11d9ed56b8ceec;hpb=fd07b1498438629b4ef81343573377e3e535048f;p=libfirm diff --git a/ir/be/ia32/ia32_new_nodes.h b/ir/be/ia32/ia32_new_nodes.h index 56fc5ac57..ce7d968f7 100644 --- a/ir/be/ia32/ia32_new_nodes.h +++ b/ir/be/ia32/ia32_new_nodes.h @@ -29,7 +29,6 @@ #ifndef FIRM_BE_IA32_IA32_NEW_NODES_H #define FIRM_BE_IA32_IA32_NEW_NODES_H -#include "firm_config.h" #include "ia32_nodes_attr.h" /** indices for AM inputs */ @@ -301,16 +300,6 @@ void add_ia32_flags(ir_node *node, arch_irn_flags_t flags); */ const arch_register_t **get_ia32_slots(const ir_node *node); -/** - * Returns the name of the OUT register at position pos. - */ -const char *get_ia32_out_reg_name(const ir_node *node, int pos); - -/** - * Returns the index of the OUT register at position pos within its register class. - */ -int get_ia32_out_regnr(const ir_node *node, int pos); - /** * Returns the OUT register at position pos. */ @@ -409,12 +398,6 @@ void set_ia32_orig_node(ir_node *node, const char *name); */ ident *ia32_get_ent_ident(ir_entity *ent); -/** - * Returns the proj of the result value for nodes that have the usual - * (res, Mem) result tuple - */ -ir_node *get_ia32_result_proj(const ir_node *node); - /** * Copy the attributes from a Const to an ia32_Const */ @@ -432,16 +415,6 @@ int is_ia32_AddrModeS(const ir_node *node); */ int is_ia32_AddrModeD(const ir_node *node); -/** - * Checks if node is a Load or fLoad. - */ -int is_ia32_Ld(const ir_node *node); - -/** - * Checks if node is a Store or fStore. - */ -int is_ia32_St(const ir_node *node); - /** * Swaps left/right input of a node (and adjusts pnc if needed) */