Remove duplicate calls to register_node_cmp_func().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 5 Aug 2012 09:37:58 +0000 (11:37 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 8 Aug 2012 14:16:48 +0000 (16:16 +0200)
ir/ir/irop.c

index 89235ff..7e799fc 100644 (file)
@@ -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);