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
a8c690b3
Commit
a8c690b3
authored
Apr 29, 2011
by
Matthias Braun
Browse files
enqueue users of Bad as well in optimize_graph_df
parent
3dff5572
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgopt.c
View file @
a8c690b3
...
...
@@ -214,8 +214,7 @@ int optimize_graph_df(ir_graph *irg)
/* finish the wait queue */
while
(
!
pdeq_empty
(
waitq
))
{
ir_node
*
n
=
(
ir_node
*
)
pdeq_getl
(
waitq
);
if
(
!
is_Bad
(
n
))
opt_walker
(
n
,
waitq
);
opt_walker
(
n
,
waitq
);
}
del_pdeq
(
waitq
);
...
...
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