Complement r22830.
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 56fc5ac..ce7d968 100644 (file)
@@ -29,7 +29,6 @@
 #ifndef FIRM_BE_IA32_IA32_NEW_NODES_H
 #define FIRM_BE_IA32_IA32_NEW_NODES_H
 
-#include "firm_config.h"
 #include "ia32_nodes_attr.h"
 
 /** indices for AM inputs */
@@ -301,16 +300,6 @@ void add_ia32_flags(ir_node *node, arch_irn_flags_t flags);
  */
 const arch_register_t **get_ia32_slots(const ir_node *node);
 
-/**
- * Returns the name of the OUT register at position pos.
- */
-const char *get_ia32_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_ia32_out_regnr(const ir_node *node, int pos);
-
 /**
  * Returns the OUT register at position pos.
  */
@@ -409,12 +398,6 @@ void set_ia32_orig_node(ir_node *node, const char *name);
  */
 ident *ia32_get_ent_ident(ir_entity *ent);
 
-/**
- * Returns the proj of the result value for nodes that have the usual
- * (res, Mem) result tuple
- */
-ir_node *get_ia32_result_proj(const ir_node *node);
-
 /**
  * Copy the attributes from a Const to an ia32_Const
  */
@@ -432,16 +415,6 @@ int is_ia32_AddrModeS(const ir_node *node);
  */
 int is_ia32_AddrModeD(const ir_node *node);
 
-/**
- * Checks if node is a Load or fLoad.
- */
-int is_ia32_Ld(const ir_node *node);
-
-/**
- * Checks if node is a Store or fStore.
- */
-int is_ia32_St(const ir_node *node);
-
 /**
  * Swaps left/right input of a node (and adjusts pnc if needed)
  */