From ef7296b2fe7a8430e39a7737aab0e6b9a1e3d302 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 13 Jul 2007 13:49:46 +0000 Subject: [PATCH] added initializers for get_block/set_block operations [r15117] --- ir/be/benode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/benode.c b/ir/be/benode.c index 09d290ea8..e1c9d138c 100644 --- a/ir/be/benode.c +++ b/ir/be/benode.c @@ -1812,6 +1812,8 @@ static const ir_op_ops be_node_op_ops = { NULL, NULL, NULL, + NULL, + NULL, copy_attr, NULL, NULL, -- 2.20.1