Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
843966a0
Commit
843966a0
authored
Aug 05, 2012
by
Christoph Mallon
Browse files
Remove duplicate calls to register_node_cmp_func().
parent
9c03c9cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irop.c
View file @
843966a0
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment