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
c3d71411
Commit
c3d71411
authored
Sep 01, 2011
by
Andreas Zwinkau
Browse files
fix warning
parent
5ea61f31
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/cfopt.c
View file @
c3d71411
...
...
@@ -722,7 +722,7 @@ static void remove_empty_blocks(ir_node *block, void *x)
for
(
i
=
0
;
i
<
n_preds
;
++
i
)
{
ir_node
*
jmp
,
*
jmp_block
,
*
pred
,
*
pred_block
;
int
n_jpreds
=
NULL
;
int
n_jpreds
=
0
;
jmp
=
get_Block_cfgpred
(
block
,
i
);
if
(
!
is_Jmp
(
jmp
))
...
...
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