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
8e4379be
Commit
8e4379be
authored
Oct 22, 2004
by
Boris Boesler
Browse files
minor change for pseudo graphs
[r4184]
parent
49cd4cb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cgana.c
View file @
8e4379be
...
...
@@ -120,8 +120,8 @@ static void collect_impls(entity *method, eset *set, int *size, bool *open) {
int
i
;
if
(
get_entity_peculiarity
(
method
)
==
peculiarity_existent
)
{
if
(
get_entity_visibility
(
method
)
==
visibility_external_allocated
)
{
assert
(
get_entity_irg
(
method
)
==
NULL
);
if
(
(
get_entity_visibility
(
method
)
==
visibility_external_allocated
)
&&
(
NULL
==
get_entity_irg
(
method
)
))
{
*
open
=
true
;
}
else
{
assert
(
get_entity_irg
(
method
)
!=
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