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
3b8ab837
Commit
3b8ab837
authored
Dec 15, 2006
by
Christian Würdig
Browse files
moved beirg.h include from be.h to files which use it
parent
93950476
Changes
4
Hide whitespace changes
Inline
Side-by-side
ir/be/be.h
View file @
3b8ab837
...
...
@@ -7,7 +7,6 @@
#include "lower_dw.h"
#include "dbginfo.h"
#include "ifconv.h"
#include "beirg.h"
#define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0)
...
...
ir/be/beilpsched.h
View file @
3b8ab837
...
...
@@ -4,6 +4,7 @@
#include "firm_config.h"
#include "bemachine.h"
#include "beirg.h"
typedef
struct
_ilp_sched_selector_t
ilp_sched_selector_t
;
...
...
ir/be/belistsched.h
View file @
3b8ab837
...
...
@@ -14,6 +14,7 @@
#include "benodesets.h"
#include "bearch_t.h"
#include "be.h"
#include "beirg.h"
typedef
struct
_list_sched_selector_t
list_sched_selector_t
;
...
...
ir/be/bera.h
View file @
3b8ab837
...
...
@@ -18,6 +18,7 @@
#include "be.h"
#include "belive.h"
#include "beirg.h"
#ifdef WITH_LIBCORE
...
...
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