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
a5df4e17
Commit
a5df4e17
authored
Jul 18, 2002
by
Boris Boesler
Browse files
*** empty log message ***
[r448]
parent
23cb7522
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cgana.c
View file @
a5df4e17
...
...
@@ -626,7 +626,9 @@ static entity ** get_free_methods(void) {
}
/* Hauptprogramm ist auch frei, auch wenn es nicht "external
* visible" ist. */
eset_insert
(
set
,
get_irg_ent
(
get_irp_main_irg
()));
if
(
get_irp_main_irg
())
{
eset_insert
(
set
,
get_irg_ent
(
get_irp_main_irg
()));
}
for
(
ent
=
eset_first
(
set
);
ent
;
ent
=
eset_next
(
set
))
{
ARR_APP1
(
entity
*
,
arr
,
ent
);
}
...
...
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