- Improved addressmode optimisation for conv nodes
[libfirm] / ir / be / ia32 / ia32_map_regs.h
index 6704726..ea2b630 100644 (file)
@@ -1,3 +1,9 @@
+/**
+ * General reqister mapping stuff.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #ifndef _IA32_MAP_REGS_H_
 #define _IA32_MAP_REGS_H_
 
@@ -70,10 +76,4 @@ int ia32_get_n_regparam_class(int n, ir_mode **modes, int *n_int, int *n_float);
  */
 const arch_register_t *ia32_get_RegParam_reg(int n, ir_mode **modes, long nr, unsigned cc);
 
-/**
- * Translates the projnum into a "real" argument position for register
- * requirements dependent on the predecessor.
- */
-long ia32_translate_proj_pos(const ir_node *proj);
-
 #endif /* _IA32_MAP_REGS_H_ */