#ifndef __SCC_IR2MCODE_H__ #define __SCC_IR2MCODE_H__ #include #include // FIXME target choice void scc_ir2mcode_emit_instr(scc_mcode_t *mcode, const scc_mir_instr_t *mir_instr); void scc_ir2mcode(scc_mcode_t *mcode, const scc_mir_module_t *mir_module); #endif /* __SCC_IR2MCODE_H__ */