Fixed bug with modes of the Projs from the Barrier
[libfirm] / ir / be / be.h
1
2 #ifndef _BE_MAIN_H
3 #define _BE_MAIN_H
4
5 void be_init(void);
6
7 /**
8  * Main interface to the frontend.
9  */
10 void be_main(FILE *file_handle);
11
12 typedef struct _be_main_env_t be_main_env_t;
13 typedef struct _be_irg_t be_irg_t;
14 typedef struct _be_options_t be_options_t;
15
16 #endif /* _BE_MAIN_H */