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
f75f88c1
Commit
f75f88c1
authored
Feb 14, 2007
by
Matthias Braun
Browse files
fix warning
parent
590ee347
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/besched.c
View file @
f75f88c1
...
...
@@ -244,8 +244,6 @@ static void remove_dead_nodes_walker(ir_node *block, void *data)
ir_node
*
node
,
*
next
;
for
(
node
=
sched_first
(
block
);
!
sched_is_end
(
node
);
node
=
next
)
{
int
i
;
/* get next node now, as after calling sched_remove it will be invalid */
next
=
sched_next
(
node
);
...
...
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