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
097dbcc8
Commit
097dbcc8
authored
Nov 07, 2012
by
Christoph Mallon
Browse files
Remove redundant assert().
get_irn_op_() checks the same.
parent
d709aff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gen_ir.py
View file @
097dbcc8
...
...
@@ -367,7 +367,6 @@ irnode_h_template = env.from_string(
{%- for node in nodes|isnot('custom_is') %}
static inline int is_{{node.name}}_(const ir_node *node)
{
assert(node != NULL);
return get_irn_op_(node) == op_{{node.name}};
}
{%- endfor -%}
...
...
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