Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvmir2hll: Remove the original converter of LLVM IR into BIR (#508).
Now that retdec-llvmir2hll is using the new converter of LLVM IR into BIR, we can remove the original (old) one. Reasons: * Nobody will probably ever use it. * We will not have to maintain two converters. * Fewer `.cpp` files to compile. Notes: * We have to preserve labels_handler.cpp from the original converter as this module is also used by the new converter. * The retdec-decompiler.py script had to be also updated (to prevent users from specifying 'orig' via --backend-llvmir2bir-converter.
- Loading branch information