From: Christoph Mallon Date: Tue, 27 Nov 2012 22:12:17 +0000 (+0100) Subject: ia32: Remove declarations of non-existent functions. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9258061e777a7c1cefe217a9ae449e14caa63a62;hp=9489741a6095aa3d5828f840de872ecb62ca32e4;p=libfirm ia32: Remove declarations of non-existent functions. --- diff --git a/ir/be/ia32/ia32_new_nodes.h b/ir/be/ia32/ia32_new_nodes.h index 6c28cd29a..adabd0412 100644 --- a/ir/be/ia32/ia32_new_nodes.h +++ b/ir/be/ia32/ia32_new_nodes.h @@ -50,11 +50,6 @@ enum { extern struct obstack opcodes_obst; -/** - * returns true if a node has x87 registers - */ -int ia32_has_x87_register(const ir_node *n); - /** * Returns the attributes of an ia32 node. */ @@ -299,21 +294,6 @@ void set_ia32_orig_node(ir_node *node, const ir_node *old); #endif /* NDEBUG */ - -/** - * Returns the ident of an entity - * @param ent The entity - * @return The ident of the entity - */ -ident *ia32_get_ent_ident(ir_entity *ent); - -/** - * Copy the attributes from a Const to an ia32_Const - */ -void set_ia32_Const_attr(ir_node *ia32_cnst, ir_node *cnst); - -void set_ia32_Const_tarval(ir_node *node, ir_tarval *tv); - /** * Swaps left/right input of a node (and sets ins_permuted accordingly) */