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
4548ead5
Commit
4548ead5
authored
Jul 31, 2008
by
yb9976
Browse files
Deactivate edges before freeing an irg.
[r20869]
parent
798d009e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgraph.c
View file @
4548ead5
...
...
@@ -529,6 +529,8 @@ ir_graph *create_irg_copy(ir_graph *irg) {
void
free_ir_graph
(
ir_graph
*
irg
)
{
assert
(
is_ir_graph
(
irg
));
edges_deactivate
(
irg
);
hook_free_graph
(
irg
);
if
(
irg
->
outs_state
!=
outs_none
)
free_irg_outs
(
irg
);
...
...
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