X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbenode.h;h=9bd6c721e96c8a75e933f94c8fea22f2aa1f2e56;hb=3cda7b99b8d1bbddc0937e5529e4b3fdc0b2919d;hp=c8921ec0c925c138ae2e64f246141f5089717f4a;hpb=711f1f9d0289a772d12e482b7cf0c8708a1dfc2c;p=libfirm diff --git a/ir/be/benode.h b/ir/be/benode.h index c8921ec0c..9bd6c721e 100644 --- a/ir/be/benode.h +++ b/ir/be/benode.h @@ -294,7 +294,6 @@ typedef enum { * Construct a new be_Call. * * @param dbg debug info - * @param irg the graph where the call is placed * @param block the block where the call is placed * @param mem the memory input of the call * @param sp the stack pointer input of the call @@ -305,7 +304,7 @@ typedef enum { * @param in the (register) inputs of this call * @param call_tp the call type of this call */ -ir_node *be_new_Call(dbg_info *dbg, ir_graph *irg, ir_node *block, ir_node *mem, +ir_node *be_new_Call(dbg_info *dbg, ir_node *block, ir_node *mem, const arch_register_req_t *sp_req, ir_node *sp, const arch_register_req_t *ptr_req, ir_node *ptr, int n_outs, int n, ir_node *in[], ir_type *call_tp);