소스 검색

core/iwasm/compilation: Remove stale function prototypes (#3408)

YAMAMOTO Takashi 2 년 전
부모
커밋
46f83cf486
2개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 6
      core/iwasm/compilation/aot_llvm.h
  2. 0 6
      core/iwasm/compilation/aot_llvm_extra.cpp

+ 0 - 6
core/iwasm/compilation/aot_llvm.h

@@ -611,12 +611,6 @@ aot_load_const_from_table(AOTCompContext *comp_ctx, LLVMValueRef base,
 bool
 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
 aot_apply_llvm_new_pass_manager(AOTCompContext *comp_ctx, LLVMModuleRef module);
 

+ 0 - 6
core/iwasm/compilation/aot_llvm_extra.cpp

@@ -76,12 +76,6 @@ LLVM_C_EXTERN_C_BEGIN
 bool
 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
 aot_apply_llvm_new_pass_manager(AOTCompContext *comp_ctx, LLVMModuleRef module);