[WebAssembly] Fix a warning for an unused variable
authorHeejin Ahn <aheejin@gmail.com>
Wed, 10 Jun 2020 16:51:21 +0000 (09:51 -0700)
committerHeejin Ahn <aheejin@gmail.com>
Wed, 10 Jun 2020 17:06:28 +0000 (10:06 -0700)
commita5099ad918c58e8a5b713cdf5b8e946b8bdfaa5f
tree9c49ea2788efbfc174edb53e7f89d2b04c7e8e9b
parent9044027e45c758d8dae698c745dce33f08ac488d
[WebAssembly] Fix a warning for an unused variable

`ErasedUncondBr` is used only in an `assert`, so it triggers a warning
on builds without assertions. Fixed.
llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp