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
9bfdf4f8
Commit
9bfdf4f8
authored
Aug 04, 2006
by
Matthias Braun
Browse files
- another warning fix
parent
3cd16bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bespillslots.c
View file @
9bfdf4f8
...
...
@@ -391,6 +391,7 @@ static void do_greedy_coalescing(ss_env_t *env)
//dump_interference_graph(env, interferences, "after");
}
#if 0
static void do_java_coalescing(ss_env_t *env)
{
int spillcount;
...
...
@@ -445,6 +446,7 @@ static void do_java_coalescing(ss_env_t *env)
}
be_java_coal_destroy(coal);
}
#endif
/*
* _ _ _____ _ _ _ _
...
...
@@ -678,7 +680,6 @@ void be_coalesce_spillslots(const be_chordal_env_t *chordal_env) {
irg_walk_graph
(
chordal_env
->
irg
,
NULL
,
collect_spills_walker
,
&
env
);
do_greedy_coalescing
(
&
env
);
//do_java_coalescing(&env);
assign_spillslots
(
&
env
);
...
...
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