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
2d4a31e8
Commit
2d4a31e8
authored
Jul 30, 2008
by
Matthias Braun
Browse files
simply deactivate edges instead of asserting it
[r20803]
parent
4655fec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_inline.c
View file @
2d4a31e8
...
...
@@ -439,7 +439,8 @@ void dead_node_elimination(ir_graph *irg) {
#endif
struct
obstack
*
graveyard_obst
=
NULL
;
struct
obstack
*
rebirth_obst
=
NULL
;
assert
(
!
edges_activated
(
irg
)
&&
"dead node elimination requires disabled edges"
);
edges_deactivate
(
irg
);
/* inform statistics that we started a dead-node elimination run */
hook_dead_node_elim
(
irg
,
1
);
...
...
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