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
3a35ad57
Commit
3a35ad57
authored
Jul 12, 2012
by
Christoph Mallon
Browse files
Remove the declaration of the deleted function firm_default_hash().
parent
63b9a8d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irnode.h
View file @
3a35ad57
...
...
@@ -839,13 +839,6 @@ FIRM_API void set_irn_dbg_info(ir_node *n, dbg_info *db);
*/
FIRM_API
dbg_info
*
get_irn_dbg_info
(
const
ir_node
*
n
);
/**
* Calculate a hash value of a node. Only inputs, mode and opcode are used.
*
* @param node the node to hash
*/
FIRM_API
unsigned
firm_default_hash
(
const
ir_node
*
node
);
/**
* Returns a descriptive name of a node (containing type+number)
*/
...
...
Write
Preview
Supports
Markdown
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