Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / Transforms / InstCombine / urem.ll
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.