Silence MSVC warning on 'uint16_t |= bool' with a cast
authorReid Kleckner <reid@kleckner.net>
Mon, 27 Jan 2014 17:47:11 +0000 (17:47 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 27 Jan 2014 17:47:11 +0000 (17:47 +0000)
commit0583b2c08ef5ddfa8b38370f09116295d4c45505
treeef6d4c0967ffbad362eda335cef7baf4c75edff0
parente684807ac8b9e4f20ac529161c43c30b12b948b2
Silence MSVC warning on 'uint16_t |= bool' with a cast

This isn't C4800, it's C4805.  MSVC says this is unsafe, but it
generates correct code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200229 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h