Fix two more not-grep tests that were missing llvm-dis.
[oota-llvm.git] / test / Transforms / InstCombine / urem.ll
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.