mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
I had erroneously used a bitwise '&' with boolean operands which caused a warning on the ARM build. This change fixes that.
I had erroneously used a bitwise '&' with boolean operands which caused a warning on the ARM build. This change fixes that.