InstSimplify: Don't allow (x srem y) urem y -> x srem y
[oota-llvm.git] / test / Transforms / InstSimplify / 2011-10-27-BinOpCrash.ll
2011-10-27 Duncan SandsReapply commit 143028 with a fix: the problem was casti...