DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / XCore / alignment.ll
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment