[WebAssembly] Remove dead code from LEB compression pass.
There are only certain relocation types that can exist in the wasm code section and they are all LEB types. Remove the dead code for handling the other (I32) reloc types. Differential Revision: https://reviews.llvm.org/D47226 llvm-svn: 333030
Loading
Please register or sign in to comment