core/iwasm/compilation: Remove stale function prototypes (#3408)
This commit is contained in:
@ -611,12 +611,6 @@ aot_load_const_from_table(AOTCompContext *comp_ctx, LLVMValueRef base,
|
|||||||
bool
|
bool
|
||||||
aot_check_simd_compatibility(const char *arch_c_str, const char *cpu_c_str);
|
aot_check_simd_compatibility(const char *arch_c_str, const char *cpu_c_str);
|
||||||
|
|
||||||
void
|
|
||||||
aot_add_expand_memory_op_pass(LLVMPassManagerRef pass);
|
|
||||||
|
|
||||||
void
|
|
||||||
aot_add_simple_loop_unswitch_pass(LLVMPassManagerRef pass);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
aot_apply_llvm_new_pass_manager(AOTCompContext *comp_ctx, LLVMModuleRef module);
|
aot_apply_llvm_new_pass_manager(AOTCompContext *comp_ctx, LLVMModuleRef module);
|
||||||
|
|
||||||
|
|||||||
@ -76,12 +76,6 @@ LLVM_C_EXTERN_C_BEGIN
|
|||||||
bool
|
bool
|
||||||
aot_check_simd_compatibility(const char *arch_c_str, const char *cpu_c_str);
|
aot_check_simd_compatibility(const char *arch_c_str, const char *cpu_c_str);
|
||||||
|
|
||||||
void
|
|
||||||
aot_add_expand_memory_op_pass(LLVMPassManagerRef pass);
|
|
||||||
|
|
||||||
void
|
|
||||||
aot_add_simple_loop_unswitch_pass(LLVMPassManagerRef pass);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
aot_apply_llvm_new_pass_manager(AOTCompContext *comp_ctx, LLVMModuleRef module);
|
aot_apply_llvm_new_pass_manager(AOTCompContext *comp_ctx, LLVMModuleRef module);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user