Fix VC++ warning that bools cannot be ORed.
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 12 Nov 2005 00:59:39 +0000 (00:59 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 12 Nov 2005 00:59:39 +0000 (00:59 +0000)
commit277973bf2323f32424833dde8d2489cffccfbccf
treede110276c25701fc073adeb9f62486422b75c324
parent06d9b4ab24d1a6aa94fd0c6f24ab8381e1771f93
Fix VC++ warning that bools cannot be ORed.

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