[WebAssembly] Don't make wasm cleanuppads into funclet entries
authorHeejin Ahn <aheejin@gmail.com>
Tue, 21 Aug 2018 20:04:42 +0000 (20:04 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Tue, 21 Aug 2018 20:04:42 +0000 (20:04 +0000)
commit9cd7f88a35cbcaa51ca2c6eb02be31cca2a6d8cc
treec5396185e81be86bb26713229aebc7fa67c2cb1e
parent20c9c4438e77429499666f832927ac4b74f06835
[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
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/CodeGen/WebAssembly/exception.ll