Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2...
[oota-llvm.git] / cmake / README
1 See docs/CMake.html for instructions on how to build LLVM with CMake.