InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
[oota-llvm.git] / test / Transforms / InstCombine / strchr-2.ll
2012-10-13 Meador Ingeinstcombine: Migrate strchr and strrchr optimizations