emit code for global variables (+ inits) and global constants
[libfirm] / ir / be / ia32 / gen_decls.h
1 #ifndef _GEN_DECLS_H_
2 #define _GEN_DECLS_H_
3
4 /**
5  * Generate all entities.
6  */
7 void firmbe_gen_decls(FILE *out);
8
9 #endif /* _GEN_DECLS_H_ */