Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 7 May 2005 02:44:04 +0000 (02:44 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 7 May 2005 02:44:04 +0000 (02:44 +0000)
commit39cef6025938dbe428e01eb7c273b07cbdf3e8ab
tree9a7eec982a70292ae8bc7ffaeae58d4234654336
parent7939b7817088c2939c4ff434af1ef9f4f8505eba
Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21758 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/Bytecode/Writer/Writer.cpp