InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
[oota-llvm.git] / test / Transforms / InstCombine / bitcast-store.ll
2010-10-25 Dan GohmanFix a case where instcombine was stripping metadata...