Complement r22830.
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 4b42c88..ce7d968 100644 (file)
@@ -300,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.
  */
@@ -425,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)
  */