ia32: Remove declarations of non-existent functions.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 27 Nov 2012 22:12:17 +0000 (23:12 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 27 Nov 2012 22:22:41 +0000 (23:22 +0100)
ir/be/ia32/ia32_new_nodes.h

index 6c28cd2..adabd04 100644 (file)
@@ -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)
  */