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
7ffd3041
Commit
7ffd3041
authored
May 27, 2011
by
Matthias Braun
Browse files
fix activate_backedges failing for nodes with Deleted block in the identities table
parent
0bdadbb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/iredges.c
View file @
7ffd3041
...
@@ -591,6 +591,8 @@ static void visitor(ir_node *irn, void *data)
...
@@ -591,6 +591,8 @@ static void visitor(ir_node *irn, void *data)
if
(
is_Deleted
(
irn
))
if
(
is_Deleted
(
irn
))
return
;
return
;
if
(
!
is_Block
(
irn
)
&&
is_Deleted
(
get_nodes_block
(
irn
)))
return
;
if
(
!
irn_visited_else_mark
(
irn
))
{
if
(
!
irn_visited_else_mark
(
irn
))
{
info
->
visit
(
irn
,
info
->
data
);
info
->
visit
(
irn
,
info
->
data
);
...
...
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