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
7cce4af0
Commit
7cce4af0
authored
Dec 13, 2006
by
Michael Beck
Browse files
Fixed build with libcore disabled
parent
2342f687
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bechordal_main.c
View file @
7cce4af0
...
...
@@ -89,6 +89,11 @@ static int be_elr_split = 0;
/** Assumed loop iteration count for execution frequency estimation. */
static
int
be_loop_weight
=
9
;
typedef
struct
_post_spill_env_t
{
be_chordal_env_t
cenv
;
double
pre_spill_cost
;
}
post_spill_env_t
;
#ifdef WITH_LIBCORE
static
be_ra_timer_t
ra_timer
=
{
NULL
,
...
...
@@ -186,11 +191,6 @@ static const lc_opt_table_entry_t be_chordal_options[] = {
{
NULL
}
};
typedef
struct
_post_spill_env_t
{
be_chordal_env_t
cenv
;
double
pre_spill_cost
;
}
post_spill_env_t
;
extern
void
be_spill_remat_register_options
(
lc_opt_entry_t
*
ent
);
void
be_ra_chordal_check
(
be_chordal_env_t
*
chordal_env
)
{
...
...
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