Revert constant-folding change that will miscompile in some cases.
[oota-llvm.git] / test / Transforms / InstCombine / urem.ll
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.