InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
[oota-llvm.git] / test / Transforms / InstCombine / stpcpy_chk-2.ll
2012-10-31 Meador Ingeinstcombine: Split out the __stpcpy_chk simplifications...