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
2c3cab8d
Commit
2c3cab8d
authored
Jul 31, 2008
by
yb9976
Browse files
Added function firm_be_finish.
[r20855]
parent
2b248c83
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/be_t.h
View file @
2c3cab8d
...
...
@@ -110,6 +110,7 @@ unsigned be_put_ignore_regs(const be_irg_t *birg,
* Initialize the backend. Must be run first in init_firm();
*/
void
firm_be_init
(
void
);
void
firm_be_finish
(
void
);
extern
int
be_timing
;
...
...
ir/be/bemain.c
View file @
2c3cab8d
...
...
@@ -368,6 +368,12 @@ void firm_be_init(void)
be_init_modules
();
}
/* Finalize the Firm backend. */
void
firm_be_finish
(
void
)
{
be_quit_modules
();
}
/* Returns the backend parameter */
const
backend_params
*
be_get_backend_param
(
void
)
{
...
...
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