- Added 2 new blockschedulers, a greedy algorithm and an "optimal" ILP that
[libfirm] / ir / be / ia32 / ia32_gen_decls.h
1 /**
2  * Header for ia32 assembler declarations dumper.
3  * @author Christian Wuerdig
4  * $Id$
5  */
6
7 #ifndef _IA32_GEN_DECLS_H_
8 #define _IA32_GEN_DECLS_H_
9
10 #include "../be.h"
11
12 /**
13  * Generate all entities.
14  */
15 void ia32_gen_decls(FILE *out, const be_main_env_t *main_env);
16
17 #endif /* _IA32_GEN_DECLS_H_ */