Deleted generated files from svn, there are (re-)created by sparc_spec.pl.
[libfirm] / ir / be / TEMPLATE / TEMPLATE_new_nodes.h
index b916262..a714812 100644 (file)
@@ -50,26 +50,11 @@ const TEMPLATE_attr_t *get_TEMPLATE_attr_const(const ir_node *node);
  */
 const arch_register_req_t **get_TEMPLATE_in_req_all(const ir_node *node);
 
-/**
- * Returns the result register requirements of an TEMPLATE node.
- */
-const arch_register_req_t **get_TEMPLATE_out_req_all(const ir_node *node);
-
 /**
  * Returns the argument register requirements of an TEMPLATE node.
  */
 const arch_register_req_t *get_TEMPLATE_in_req(const ir_node *node, int pos);
 
-/**
- * Returns the result register requirements of an TEMPLATE node.
- */
-const arch_register_req_t *get_TEMPLATE_out_req(const ir_node *node, int pos);
-
-/**
- * Sets the OUT register requirements at position pos.
- */
-void set_TEMPLATE_req_out(ir_node *node, const arch_register_req_t *req, int pos);
-
 /**
  * Sets the IN register requirements at position pos.
  */