This patch implements transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)".
[oota-llvm.git] / lib / AsmParser / module.modulemap
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...