From: Michael Beck Date: Mon, 7 Feb 2005 12:04:32 +0000 (+0000) Subject: used new Free attribute struct X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=fe9904dde2a2d3fe63d0f75d9139dda0741b6b41;p=libfirm used new Free attribute struct [r5032] --- diff --git a/ir/ir/irop.c b/ir/ir/irop.c index 87193e78d..eba95cce6 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -210,7 +210,7 @@ init_op(void) op_Load = new_ir_op(iro_Load, "Load", op_pin_state_exc_pinned, L|F, oparity_any, -1, sizeof(load_attr)); op_Store = new_ir_op(iro_Store, "Store", op_pin_state_exc_pinned, L|F, oparity_any, -1, sizeof(store_attr)); op_Alloc = new_ir_op(iro_Alloc, "Alloc", op_pin_state_pinned, L|F, oparity_any, -1, sizeof(alloc_attr)); - op_Free = new_ir_op(iro_Free, "Free", op_pin_state_pinned, L, oparity_any, -1, sizeof(type *)); + op_Free = new_ir_op(iro_Free, "Free", op_pin_state_pinned, L, oparity_any, -1, sizeof(free_attr)); op_Sync = new_ir_op(iro_Sync, "Sync", op_pin_state_pinned, 0, oparity_any, -1, 0); op_Proj = new_ir_op(iro_Proj, "Proj", op_pin_state_floats, 0, oparity_any, -1, sizeof(long));