"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0e8bde59107b4edfc44c139466e6d4f3edc63fda"
[WebAssembly] Don't make wasm cleanuppads into funclet entries
Summary: Catchpads and cleanuppads are not funclet entries; they are only EH scope entries. We already dont't set `isEHFuncletEntry` for catchpads. This patch does the same thing for cleanuppads. Reviewers: dschuff Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D50654 llvm-svn: 340330
Loading
Please register or sign in to comment