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
4f1077b5
Commit
4f1077b5
authored
Feb 11, 2007
by
Christian Würdig
Browse files
phi class computation takes now an additional argument
parent
e9249340
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/becopystat.c
View file @
4f1077b5
...
...
@@ -276,7 +276,7 @@ static void copystat_collect_cls(be_chordal_env_t *cenv) {
copystat_collect_irg
(
irg
,
aenv
);
/* compute the Phi classes of the collected Phis */
pc_obj
=
phi_class_new_from_set
(
cenv
->
irg
,
all_phi_nodes
);
pc_obj
=
phi_class_new_from_set
(
cenv
->
irg
,
all_phi_nodes
,
0
);
all_phi_classes
=
get_all_phi_classes
(
pc_obj
);
for
(
n
=
pset_first
(
all_phi_nodes
);
n
;
n
=
pset_next
(
all_phi_nodes
))
...
...
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