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
ed9f2032
Commit
ed9f2032
authored
Nov 14, 2014
by
Matthias Braun
Browse files
gen_ir: remove (unused) possibility to specify output numbers manually in generator script
parent
b387bcc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/templates/nodes.h
View file @
ed9f2032
...
...
@@ -55,8 +55,7 @@ typedef enum {
*/
typedef
enum
{
{
%
for
out
in
node
.
outs
-%
}
pn_
{{
node
.
name
}}
_
{{
out
[
0
]}}
{
%-
if
out
.
__len__
()
>
2
%
}
=
{{
out
[
2
]}}{
%
endif
%
},
/**< {{out[1]}} */
pn_
{{
node
.
name
}}
_
{{
out
[
0
]}},
/**< {{out[1]}} */
{
%
endfor
-%
}
pn_
{{
node
.
name
}}
_max
=
pn_
{{
node
.
name
}}
_
{{
node
.
outs
[
-
1
][
0
]}}
}
pn_
{{
node
.
name
}};
...
...
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