[WebAssembly] Rename member DefinedFunctions -> InputFunctions. NFC.
authorSam Clegg <sbc@chromium.org>
Wed, 21 Feb 2018 18:29:23 +0000 (18:29 +0000)
committerSam Clegg <sbc@chromium.org>
Wed, 21 Feb 2018 18:29:23 +0000 (18:29 +0000)
commit9f9342265130e15e7b43ebfa62c71876acd9b322
tree6ea284548346c0c96aac17d583d751aa58c63015
parent25727a458ce42292d73af5c692d6e12d06500e68
[WebAssembly] Rename member DefinedFunctions -> InputFunctions. NFC.

This avoids confusion with the `DefinedFunction` symbol
type.

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

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