[WebAssembly] Use more specific type and simplify code.
authorRui Ueyama <ruiu@google.com>
Wed, 28 Feb 2018 00:18:34 +0000 (00:18 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 28 Feb 2018 00:18:34 +0000 (00:18 +0000)
commit7d696880fbb35e0cfd7bd7cd842dff447b00336d
tree3daf5b8570f2c642fea6deb020742534e8f30c65
parent4145d252c26f30a8d949ef60e9631c5621f3a166
[WebAssembly] Use more specific type and simplify code.

Instead of {Function,Global,Data}Symbol, use Defined{Function,Global,Data}
because undefined symbol should never reach this function.

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

llvm-svn: 326275
lld/wasm/Writer.cpp