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
ee284206
Commit
ee284206
authored
Jan 20, 2009
by
Michael Beck
Browse files
- say debug message BEFORE the irg is killed
[r25282]
parent
1e9b994c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/ircgopt.c
View file @
ee284206
...
...
@@ -143,10 +143,10 @@ void gc_irgs(int n_keep, ir_entity ** keep_arr) {
free_loop_information
(
irg
);
}
if
((
get_entity_visibility
(
ent
)
==
visibility_local
)
&&
(
get_entity_link
(
ent
)
!=
MARK
))
{
remove_irp_irg
(
irg
);
set_entity_peculiarity
(
ent
,
peculiarity_description
);
DB
((
dbg
,
LEVEL_1
,
" freeing method %+F
\n
"
,
ent
));
remove_irp_irg
(
irg
);
set_entity_peculiarity
(
ent
,
peculiarity_description
);
}
set_entity_link
(
ent
,
NULL
);
}
...
...
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