X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fmips_new_nodes.h;h=91497f65843b4aab7bad6bf25f3164db51c83e66;hb=4510e6adca1c5594e278edc87123c2f483ac3373;hp=1d1a45dca6223b0bcf7523b1e602f1cf4b435a27;hpb=aebc3c0c980bcc0536ffdc4cb2a545961b5a8b81;p=libfirm diff --git a/ir/be/mips/mips_new_nodes.h b/ir/be/mips/mips_new_nodes.h index 1d1a45dca..91497f658 100644 --- a/ir/be/mips/mips_new_nodes.h +++ b/ir/be/mips/mips_new_nodes.h @@ -42,8 +42,8 @@ /** * Returns the attributes of an mips node. */ -mips_attr_t *get_mips_attr(const ir_node *node); - +mips_attr_t *get_mips_attr(ir_node *node); +const mips_attr_t *get_mips_attr_const(const ir_node *node); /** * Returns the argument register requirements of an mips node. */ @@ -82,7 +82,7 @@ arch_irn_flags_t get_mips_flags(const ir_node *node); /** * Sets the register flag of an mips node. */ -void set_mips_flags(const ir_node *node, arch_irn_flags_t flags); +void set_mips_flags(ir_node *node, arch_irn_flags_t flags); /** * Returns the result register slots of an mips node. @@ -104,11 +104,6 @@ int get_mips_out_regnr(const ir_node *node, int pos); */ const arch_register_t *get_mips_out_reg(const ir_node *node, int pos); -/** - * Sets the number of results. - */ -void set_mips_n_res(ir_node *node, int n_res); - /** * Returns the number of results. */