X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fmips_new_nodes.h;h=91497f65843b4aab7bad6bf25f3164db51c83e66;hb=97c6f4665bc5071a86ece7fd9d6eaeeb30581bd3;hp=b74fcf379854c171633d948285e63129f3806959;hpb=7f81d2a2c9293cf34e4db08fc402a5c33ef919eb;p=libfirm diff --git a/ir/be/mips/mips_new_nodes.h b/ir/be/mips/mips_new_nodes.h index b74fcf379..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.