- lower MemPerms into a series of pushs and pops
[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 /**
11  * Generate all entities.
12  */
13 void ia32_gen_decls(FILE *out);
14
15 #endif /* _IA32_GEN_DECLS_H_ */