[all-commits] [llvm/llvm-project] a5099a: [WebAssembly] Fix a warning for an unused variable
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Jun 10 10:06:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a5099ad918c58e8a5b713cdf5b8e946b8bdfaa5f
https://github.com/llvm/llvm-project/commit/a5099ad918c58e8a5b713cdf5b8e946b8bdfaa5f
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list