add dwarf register number to register description
[libfirm] / ir / be / sparc / sparc_new_nodes.h
index fa5e66c..7866a12 100644 (file)
@@ -20,7 +20,7 @@
 /**
  * @file
  * @brief   Function prototypes for the assembler ir node constructors.
- * @version $Id$
+ * @author  Hannes Rapp, Matthias Braun
  */
 #ifndef FIRM_BE_SPARC_SPARC_NEW_NODES_H
 #define FIRM_BE_SPARC_SPARC_NEW_NODES_H
@@ -44,32 +44,12 @@ const sparc_jmp_cond_attr_t *get_sparc_jmp_cond_attr_const(const ir_node *node);
 sparc_switch_jmp_attr_t *get_sparc_switch_jmp_attr(ir_node *node);
 const sparc_switch_jmp_attr_t *get_sparc_switch_jmp_attr_const(const ir_node *node);
 
-sparc_save_attr_t *get_sparc_save_attr(ir_node *node);
-const sparc_save_attr_t *get_sparc_save_attr_const(const ir_node *node);
-
 sparc_fp_attr_t *get_sparc_fp_attr(ir_node *node);
 const sparc_fp_attr_t *get_sparc_fp_attr_const(const ir_node *node);
 
 sparc_fp_conv_attr_t *get_sparc_fp_conv_attr(ir_node *node);
 const sparc_fp_conv_attr_t *get_sparc_fp_conv_attr_const(const ir_node *node);
 
-/**
- * Returns the argument register requirements of an sparc node.
- */
-const arch_register_req_t **get_sparc_in_req_all(const ir_node *node);
-
-void set_sparc_in_req_all(ir_node *node, const arch_register_req_t **reqs);
-
-/**
- * Returns the argument register requirements of an sparc node.
- */
-const arch_register_req_t *get_sparc_in_req(const ir_node *node, int pos);
-
-/**
- * Sets the IN register requirements at position pos.
- */
-void set_sparc_req_in(ir_node *node, const arch_register_req_t *req, int pos);
-
 /* Include the generated headers */
 #include "gen_sparc_new_nodes.h"