bescripts: Copy all common node attributes into the constructor variants.
[libfirm] / ir / be / benode.h
index 3dadfbe..44970e4 100644 (file)
@@ -456,12 +456,6 @@ ir_node *be_new_Phi(ir_node *block, int n_ins, ir_node **ins, ir_mode *mode,
  */
 ir_node *be_get_initial_reg_value(ir_graph *irg, const arch_register_t *reg);
 
-/**
- * Search for input of a return node with a specific register and return
- * its number.
- */
-int be_find_return_reg_input(ir_node *ret, const arch_register_t *reg);
-
 static inline int be_is_Spill    (const ir_node *irn) { return get_irn_opcode(irn) == beo_Spill    ; }
 static inline int be_is_Reload   (const ir_node *irn) { return get_irn_opcode(irn) == beo_Reload   ; }
 static inline int be_is_Copy     (const ir_node *irn) { return get_irn_opcode(irn) == beo_Copy     ; }