sparc: implement float->unsigned conversions
[libfirm] / ir / be / benode.h
index e12fbd4..003cad1 100644 (file)
@@ -359,9 +359,6 @@ int be_Return_get_emit_pop(const ir_node *ret);
  */
 void be_Return_set_emit_pop(ir_node *ret, int emit_pop);
 
-/** appends a node to the return node, returns the position of the node */
-int be_Return_append_node(ir_node *ret, ir_node *node);
-
 ir_node *be_new_Start(dbg_info *dbgi, ir_node *block, int n_out);
 
 enum {