Change '|' to '&' in conditional.
Bitwise-or with a non-zero constant will always evaluate to true. Switch to bitwise-and which will only evalute to true if the specified bit is set in the other operand. llvm-svn: 367386
Loading
Please register or sign in to comment