[WebAssembly] Do not use Subsection as a local variable name.
authorRui Ueyama <ruiu@google.com>
Wed, 28 Feb 2018 00:39:30 +0000 (00:39 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 28 Feb 2018 00:39:30 +0000 (00:39 +0000)
commit19eedbf0136ba7541f86d299dc701ed8b06ed255
tree27bb57fbd7f1cfe2ff0bfd83c40b5d1ae99eb2b4
parentc61b834f3166228a2119ca95b32afc1107f38a45
[WebAssembly] Do not use Subsection as a local variable name.

That variable hides the class of the same name.

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

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