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
d81608c5
Commit
d81608c5
authored
Jul 23, 2015
by
Christoph Mallon
Browse files
bescripts: First verify, then optimize a new node.
parent
1e3d8ca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/scripts/generate_new_opcodes.pl
View file @
d81608c5
...
...
@@ -365,11 +365,8 @@ EOF
}
$temp
.=
<<EOF;
/* optimize node */
res = optimize_node(res);
verify_new_node(irg, res);
return res;
return optimize_node(res);
EOF
$obst_constructor
.=
$temp
;
...
...
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