stable
This commit is contained in:
10
ccompiler/backend/riscv32/riscv32.h
Normal file
10
ccompiler/backend/riscv32/riscv32.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __SMCC_CC_RISCV32_H__
|
||||
#define __SMCC_CC_RISCV32_H__
|
||||
|
||||
#include <assembler/assembler.h>
|
||||
#include <assembler/riscv32/riscv32.h>
|
||||
#include "../../middleend/ir/ir.h"
|
||||
|
||||
int gen_rv32_from_ir(ir_prog_t* ir, rv32_prog_t* out_asm);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user