kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

ir_emit.h (186B)


      1 #ifndef KIT_C_TARGET_IR_EMIT_H
      2 #define KIT_C_TARGET_IR_EMIT_H
      3 
      4 #include "arch/c_target/c_emit.h"
      5 #include "cg/ir.h"
      6 
      7 void c_emit_ir_module(CTarget* t, const CgIrModule* module);
      8 
      9 #endif