Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / Transforms / InstCombine / mul-masked-bits.ll
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.