Renamed the three CPU folders to their final names.
This commit is contained in:
6
src/codegen_new/codegen_ir.h
Normal file
6
src/codegen_new/codegen_ir.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "codegen_ir_defs.h"
|
||||
|
||||
ir_data_t *codegen_ir_init();
|
||||
|
||||
void codegen_ir_set_unroll(int count, int start, int first_instruction);
|
||||
void codegen_ir_compile(ir_data_t *ir, codeblock_t *block);
|
||||
Reference in New Issue
Block a user