8 #ifndef RETDEC_BIN2LLVMIR_OPTIMIZATIONS_ASM_INST_REMOVER_ASM_INST_REMOVER_H
9 #define RETDEC_BIN2LLVMIR_OPTIMIZATIONS_ASM_INST_REMOVER_ASM_INST_REMOVER_H
11 #include <llvm/IR/Module.h>
12 #include <llvm/Pass.h>
26 bool run(llvm::Module& M);
Definition: asm_inst_remover.h:18
virtual bool runOnModule(llvm::Module &M) override
Definition: asm_inst_remover.cpp:32
AsmInstructionRemover()
Definition: asm_inst_remover.cpp:26
bool runOnModuleCustom(llvm::Module &M)
Definition: asm_inst_remover.cpp:37
bool run(llvm::Module &M)
Definition: asm_inst_remover.cpp:46
static char ID
Definition: asm_inst_remover.h:20
The frontend-end part of the decompiler.
Definition: archive_wrapper.h:19