From 843966a07b6f15b1adf21924d9d846bc8282df0a Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 5 Aug 2012 11:37:58 +0200 Subject: [PATCH] Remove duplicate calls to register_node_cmp_func(). --- ir/ir/irop.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ir/ir/irop.c b/ir/ir/irop.c index 89235ffb7..7e799fc35 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -620,14 +620,6 @@ void firm_init_op(void) register_node_cmp_func(op_Mod, node_cmp_attr_Mod); register_node_cmp_func(op_Phi, node_cmp_attr_Phi); register_node_cmp_func(op_Proj, node_cmp_attr_Proj); - register_node_cmp_func(op_Div, node_cmp_attr_Div); - register_node_cmp_func(op_Dummy, node_cmp_attr_Dummy); - register_node_cmp_func(op_Free, node_cmp_attr_Free); - register_node_cmp_func(op_InstOf, node_cmp_attr_InstOf); - register_node_cmp_func(op_Load, node_cmp_attr_Load); - register_node_cmp_func(op_Mod, node_cmp_attr_Mod); - register_node_cmp_func(op_Phi, node_cmp_attr_Phi); - register_node_cmp_func(op_Proj, node_cmp_attr_Proj); register_node_cmp_func(op_Sel, node_cmp_attr_Sel); register_node_cmp_func(op_Store, node_cmp_attr_Store); register_node_cmp_func(op_SymConst, node_cmp_attr_SymConst); -- 2.20.1