besched: Change sched_foreach_reverse_from(sched_prev(x), y) to sched_foreach_reverse...
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 6c296df..2812f0c 100644 (file)
@@ -1,20 +1,6 @@
 /*
- * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
- *
  * This file is part of libFirm.
- *
- * This file may be distributed and/or modified under the terms of the
- * GNU General Public License version 2 as published by the Free Software
- * Foundation and appearing in the file LICENSE.GPL included in the
- * packaging of this file.
- *
- * Licensees holding valid libFirm Professional Edition licenses may use
- * this file in accordance with the libFirm Commercial License.
- * Agreement provided with the Software.
- *
- * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
- * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE.
+ * Copyright (C) 2012 University of Karlsruhe.
  */
 
 /**
@@ -48,11 +34,7 @@ enum {
        pn_ia32_mem   = 2
 };
 
-
-/**
- * returns true if a node has x87 registers
- */
-int ia32_has_x87_register(const ir_node *n);
+extern struct obstack opcodes_obst;
 
 /**
  * Returns the attributes of an ia32 node.
@@ -286,11 +268,6 @@ void set_ia32_exc_label_id(ir_node *node, ir_label_t id);
 
 #ifndef NDEBUG
 
-/**
- * Returns the name of the original ir node.
- */
-const char *get_ia32_orig_node(const ir_node *node);
-
 /**
  * Sets the name of the original ir node.
  */
@@ -298,31 +275,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);
-
-/**
- * Returns whether or not the node is an AddrModeS node.
- */
-int is_ia32_AddrModeS(const ir_node *node);
-
-/**
- * Returns whether or not the node is an AddrModeD node.
- */
-int is_ia32_AddrModeD(const ir_node *node);
-
 /**
  * Swaps left/right input of a node (and sets ins_permuted accordingly)
  */