When simplifying a call to a bitcast function, tighten up
[oota-llvm.git] / test / Transforms / InstCombine / urem.ll
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.