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
46afd9a1
Commit
46afd9a1
authored
Jul 20, 2008
by
yb9976
Browse files
- clear action obstack after each application on a graph
- call finalize-method on deactivation of the ext/grs plugin [r20564]
parent
07f42691
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bemodule.c
View file @
46afd9a1
...
...
@@ -75,6 +75,7 @@ void be_init_state(void);
void
be_init_pbqp
(
void
);
void
be_quit_copystat
(
void
);
void
be_quit_pbqp
(
void
);
/**
* Driver for module initialization.
...
...
@@ -146,6 +147,9 @@ void be_init_modules(void)
void
be_quit_modules
(
void
)
{
be_quit_copystat
();
#ifdef FIRM_GRGEN_BE
be_quit_pbqp
();
#endif
}
//---------------------------------------------------------------------------
...
...
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