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
a716ff6a
Commit
a716ff6a
authored
Sep 10, 2014
by
Matthias Braun
Browse files
fix clang warning
parent
468ae7e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/cfopt.c
View file @
a716ff6a
...
...
@@ -108,7 +108,6 @@ static unsigned optimize_pointless_forks(ir_node *block, unsigned n_cfgpreds,
cfgpreds
=
get_Block_cfgpred_arr
(
block
);
new_cfgpreds
=
NULL
;
}
else
{
cfgpreds
=
cfgpreds
;
new_cfgpreds
=
cfgpreds
;
}
...
...
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