From 9258061e777a7c1cefe217a9ae449e14caa63a62 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 27 Nov 2012 23:12:17 +0100 Subject: [PATCH] ia32: Remove declarations of non-existent functions. --- ir/be/ia32/ia32_new_nodes.h | 20 -------------------- 1 file changed, 20 deletions(-) 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) */ -- 2.20.1