DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / CPP / lit.local.cfg
1 if not 'CppBackend' in config.root.targets:
2     config.unsupported = True
3