[WebAssembly] Method order change in LateEHPrepare (NFC)
authorHeejin Ahn <aheejin@gmail.com>
Sat, 16 Mar 2019 04:46:05 +0000 (04:46 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Sat, 16 Mar 2019 04:46:05 +0000 (04:46 +0000)
commitb47a18cd4bec55c4a4aba8ad398982b997f7fbc9
treebe704109cc773d405fa7b193ed700bd2f330a7c1
parentc51470e7ef1395b724e47371b66909256729eca8
[WebAssembly] Method order change in LateEHPrepare (NFC)

Summary:
Currently the order of these methods does not matter, but the following
CL needs to have this order changed. Merging the order change and the
semantics change within a CL complicates the diff, so submitting the
order change first.

Reviewers: dschuff

Subscribers: sbc100, jgravelle-google, sunfish, jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D59342

llvm-svn: 356315
llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp