Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
78cc04c7
Commit
78cc04c7
authored
Feb 26, 2016
by
yb9976
Browse files
Use appropriate function.
parent
bb112628
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/iropt.c
View file @
78cc04c7
...
...
@@ -7727,8 +7727,7 @@ unsigned ir_node_hash(const ir_node *node)
void
new_identities
(
ir_graph
*
irg
)
{
if
(
irg
->
value_table
!=
NULL
)
del_pset
(
irg
->
value_table
);
del_identities
(
irg
);
irg
->
value_table
=
new_pset
(
identities_cmp
,
N_IR_NODES
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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