- when parsing compound types, do NOT destroy old declarations if
[cparser] / driver / firm_codegen.h
1 #ifndef FIRM_CODEGEN_H
2 #define FIRM_CODEGEN_H
3
4 /* Calls the specified backend. */
5 void do_codegen(FILE *out, const char *asm_file_name);
6
7 #endif /* FIRM_CODEGEN_H */