Remove address name SymConsts.
[libfirm] / ir / be / mips / mips_new_nodes.h
index ef7c7b3..7460558 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -53,21 +53,11 @@ const mips_load_store_attr_t *get_mips_load_store_attr_const(
  */
 const arch_register_req_t **get_mips_in_req_all(const ir_node *node);
 
-/**
- * Returns the result register requirements of an mips node.
- */
-const arch_register_req_t **get_mips_out_req_all(const ir_node *node);
-
 /**
  * Returns the argument register requirements of an mips node.
  */
 const arch_register_req_t *get_mips_in_req(const ir_node *node, int pos);
 
-/**
- * Returns the result register requirements of an mips node.
- */
-const arch_register_req_t *get_mips_out_req(const ir_node *node, int pos);
-
 /**
  * Sets the OUT register requirements at position pos.
  */
@@ -78,36 +68,6 @@ void set_mips_req_out(ir_node *node, const arch_register_req_t *req, int pos);
  */
 void set_mips_req_in(ir_node *node, const arch_register_req_t *req, int pos);
 
-/**
- * Returns the register flag of an mips node.
- */
-arch_irn_flags_t get_mips_flags(const ir_node *node);
-
-/**
- * Sets the register flag of an mips node.
- */
-void set_mips_flags(ir_node *node, arch_irn_flags_t flags);
-
-/**
- * Returns the result register slots of an mips node.
- */
-const arch_register_t **get_mips_slots(const ir_node *node);
-
-/**
- * Returns the name of the OUT register at position pos.
- */
-const char *get_mips_out_reg_name(const ir_node *node, int pos);
-
-/**
- * Returns the index of the OUT register at position pos within its register class.
- */
-int get_mips_out_regnr(const ir_node *node, int pos);
-
-/**
- * Returns the OUT register at position pos.
- */
-const arch_register_t *get_mips_out_reg(const ir_node *node, int pos);
-
 /* Include the generated headers */
 #include "gen_mips_new_nodes.h"