[WebAssembly] Fix build error in wasm YAML code
authorSam Clegg <sbc@chromium.org>
Wed, 10 May 2017 00:14:04 +0000 (00:14 +0000)
committerSam Clegg <sbc@chromium.org>
Wed, 10 May 2017 00:14:04 +0000 (00:14 +0000)
commit41db519ba60f415e096389c6e73b1b459e7275b5
treec528473eaaa9bbe31726ddb905e5bb1e5a791b1d
parent4133d4a56e63c1f55cd5e87a034dfba19de0f6b4
[WebAssembly] Fix build error in wasm YAML code

This warning didn't show up on my local build
but is causing the bots to fail.  Seems like a
bad idea to have types and variables with the
same name anyhow.

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

llvm-svn: 302606
llvm/include/llvm/ObjectYAML/WasmYAML.h
llvm/lib/ObjectYAML/WasmYAML.cpp
llvm/tools/obj2yaml/wasm2yaml.cpp
llvm/tools/yaml2obj/yaml2wasm.cpp