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
6dff45b5
Commit
6dff45b5
authored
Sep 18, 2008
by
Michael Beck
Browse files
C99 feature removed
[r22082]
parent
3c24632c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bespillbelady.c
View file @
6dff45b5
...
...
@@ -1045,13 +1045,12 @@ static void be_spill_belady(be_irg_t *birg, const arch_register_class_t *rcls)
void
be_init_spillbelady
(
void
)
{
lc_opt_entry_t
*
be_grp
=
lc_opt_get_grp
(
firm_opt_get_root
(),
"be"
);
lc_opt_entry_t
*
belady_group
=
lc_opt_get_grp
(
be_grp
,
"belady"
);
lc_opt_add_table
(
belady_group
,
options
);
static
be_spiller_t
belady_spiller
=
{
be_spill_belady
};
lc_opt_entry_t
*
be_grp
=
lc_opt_get_grp
(
firm_opt_get_root
(),
"be"
);
lc_opt_entry_t
*
belady_group
=
lc_opt_get_grp
(
be_grp
,
"belady"
);
lc_opt_add_table
(
belady_group
,
options
);
be_register_spiller
(
"belady"
,
&
belady_spiller
);
FIRM_DBG_REGISTER
(
dbg
,
"firm.be.spill.belady"
);
...
...
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