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
950b1afb
Commit
950b1afb
authored
Jun 09, 2011
by
Christoph Mallon
Browse files
Fix typo.
parent
a1909279
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gen_ir.py
View file @
950b1afb
...
...
@@ -568,7 +568,7 @@ FIRM_API ir_node *new_{{node.name}}(
{% endfor %}
{% for node in nodes %}
/** Return true
o
f the node is a {{node.name}} node. */
/** Return true
i
f the node is a {{node.name}} node. */
FIRM_API int is_{{node.name}}(const ir_node *node);
{%- endfor %}
...
...
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