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
42cfb577
Commit
42cfb577
authored
Mar 30, 2006
by
Michael Beck
Browse files
used new be_set_spill_env_dbg_module()
parent
3767f521
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/bespillbelady.c
View file @
42cfb577
...
...
@@ -645,7 +645,7 @@ void be_spill_belady(const be_chordal_env_t *chordal_env) {
bel
.
ws
=
new_workset
(
&
bel
.
ob
,
&
bel
);
bel
.
uses
=
be_begin_uses
(
chordal_env
->
irg
,
chordal_env
->
birg
->
main_env
->
arch_env
,
bel
.
cls
);
bel
.
senv
=
be_new_spill_env
(
chordal_env
,
is_mem_phi
,
NULL
);
DEBUG_ONLY
(
be
l
.
senv
->
dbg
=
dbg
;)
DEBUG_ONLY
(
be
_set_spill_env_dbg_module
(
bel
.
senv
,
dbg
)
;)
bel
.
reloads
=
pset_new_ptr_default
();
bel
.
copies
=
pset_new_ptr_default
();
...
...
Write
Preview
Supports
Markdown
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