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
4a810252
Commit
4a810252
authored
Oct 18, 2015
by
Matthias Braun
Browse files
iropt: Cleanup
parent
b2194941
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
ir/opt/iropt.c
View file @
4a810252
This diff is collapsed.
Click to expand it.
ir/opt/iropt_t.h
View file @
4a810252
...
@@ -51,12 +51,6 @@ void del_identities(ir_graph *irg);
...
@@ -51,12 +51,6 @@ void del_identities(ir_graph *irg);
*/
*/
void
add_identities
(
ir_node
*
node
);
void
add_identities
(
ir_node
*
node
);
/**
* Compare function for two nodes in the hash table. Gets two
* nodes as parameters. Returns 0 if the nodes are a cse.
*/
int
identities_cmp
(
const
void
*
elt
,
const
void
*
key
);
/**
/**
* Return the canonical node computing the same value as n.
* Return the canonical node computing the same value as n.
* Looks up the node in a hash table, enters it in the table
* Looks up the node in a hash table, enters it in the table
...
...
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